python3环境搭建和PyCharm配置

python官网----https://www.python.org/

1.查看历史版本

python3环境搭建和PyCharm配置

2。下载指定的历史版本

.python3环境搭建和PyCharm配置

 

python3环境搭建和PyCharm配置

 

 3.安装python

 python3环境搭建和PyCharm配置

 

4.安装到指定目录(先创建一个python3的目录)

python3环境搭建和PyCharm配置

 

 5修改python3目录下的python.exe为python3.exe

 python3环境搭建和PyCharm配置

 

6.设置环境变量目录python3和Scripts

python3环境搭建和PyCharm配置

 

7.DOS验证输入python3

python3环境搭建和PyCharm配置

 

 

二:下载PyCharm社区版

官网:https://www.jetbrains.com/pycharm/

1.下载社区版

python3环境搭建和PyCharm配置

 

2.指定pycharm安装目录(无需创建)

 python3环境搭建和PyCharm配置

 

 3.创建新项目和工作目录

python3环境搭建和PyCharm配置

 

3.创建工作空间和项目(无需创建),指定运行python环境

python3环境搭建和PyCharm配置

 

上一篇:python3 读写plist文件


下一篇:MacOS升级到Monterey后python SSL握手失败问题