PythonCharm导入python项目详解
目录
- 更多分享:www.catbro.cn
- 选择open,选择python项目的根目录,然后打开
- 打开后一般没其他情况编辑器右上角会出现Configure Python interpreter
- 此时点击它出现如下画面,如果 < No interpreter >下有可用的python环境直接选择即可,没有则点击show all,然后点击+号,点击System interpreter 选择系统当前的python环境,如python3.6,不清楚可查阅 https://www.catbro.cn/detail/5c7f6403ccebe31128c10042.html 查看环境变量配置部分