1-9 Pycharm简单配置
1.创建项目:create new project > Pure Python > Location 存储路径
2.Location 下面有一个 Project Interpretern : 更改为:Existing interpreter 引入外部解释器,选择Python 3.6 计算机安装的解释器
3.创建Python File 即可。直接就可以写代码。
@ lee.aiyang
1.创建项目:create new project > Pure Python > Location 存储路径
2.Location 下面有一个 Project Interpretern : 更改为:Existing interpreter 引入外部解释器,选择Python 3.6 计算机安装的解释器
3.创建Python File 即可。直接就可以写代码。