如何用Pycharm(Python工具)创建新项目并建立Python文件?
- 内容介绍
- 文章标签
- 相关推荐
本文共计502个文字,预计阅读时间需要3分钟。
创建项目+打开Pycharm+选择I confirm that I have read and accept the terms of this User Agreement+选择Don't send即可+接下来,由于您没有项目,我们可以创建一个项目+随后,我将创建一个项目
创建项目
首先打开Pycharm
勾选I confirm that I have read and accept the terms of this User Agreement
接下来选择Don't send就可以了
初次登陆的时候因为你没有Project,所以我们可以创建一个Project
随后,我们便可以得到以下界面,new1是项目的名称,new1之前的是你项目所在路径,当然你也可以设置其他的名称,尽量不要用虚拟环境,因此我们点击Existing interpreter,再点击浏览
点击浏览之后,我们可以得到以下界面
首先点击System interpreter(系统翻译工具),然后再点击python的.exe文件,再点击ok
接下来我们再点击Create
接下来会出现一个提示,想看就看,不想看点close就行了。
本文共计502个文字,预计阅读时间需要3分钟。
创建项目+打开Pycharm+选择I confirm that I have read and accept the terms of this User Agreement+选择Don't send即可+接下来,由于您没有项目,我们可以创建一个项目+随后,我将创建一个项目
创建项目
首先打开Pycharm
勾选I confirm that I have read and accept the terms of this User Agreement
接下来选择Don't send就可以了
初次登陆的时候因为你没有Project,所以我们可以创建一个Project
随后,我们便可以得到以下界面,new1是项目的名称,new1之前的是你项目所在路径,当然你也可以设置其他的名称,尽量不要用虚拟环境,因此我们点击Existing interpreter,再点击浏览
点击浏览之后,我们可以得到以下界面
首先点击System interpreter(系统翻译工具),然后再点击python的.exe文件,再点击ok
接下来我们再点击Create
接下来会出现一个提示,想看就看,不想看点close就行了。

