Python环境配置PyCharm

PyCharm Community设置:

A 网络连接

File-Settings-Tools-Web Browsers and Preview-看情况吧[全部删除,换成本地浏览器即可]

B Interpreter

File-Settings-Project-Python Interpreter-Add Interpreter-System Interpreter-选择

C 系统变量

把B中下载的Python.exe[路径]加入系统变量path中

D pip安装|Pip下载的网址

pip install 包名 -i Simple Index

注:重启或者重新创建、配置

猜你喜欢

转载自blog.csdn.net/m0_69916724/article/details/140286132