https://blog.csdn.net/iimpact/article/details/90239193
https://github.com/josonle/Coding-Now#Linux系统下开发环境搭建
1、安装pip
redhat@redhat-PC:~$ sudo apt install python3-pip -y
redhat@redhat-PC:~$ sudo apt -f -y install # 安装依赖
2、pip国内源
mkdir ~/.pip //创建一个.pip目录
vi ~/.pip/pip.conf //创建并修改旗下的pip.conf文件 #写入下面内容
[global]
index-url = https://mirrors.aliyun.com/pypi/simple/ [install]
trusted-host=mirrors.aliyun.com
3、安装pycharm
直接应用商店安装吧
安装目录?
如何激活?
淘宝
http://www.xdw9.top
汉化
https://github.com/pingfangx/TranslatorX
虚拟环境