Python环境配置 Anaconda+PyCharm
2021-02-203939
AI 快速预览详细 收起
本文介绍了如何在Windows和Mac上配置Python开发环境,包括安装Anaconda和PyCharm。首先,从Anaconda官网下载对应版本的安装包,并按步骤进行安装,注意勾选'Add Anaconda to my PATH environment variable'。接着,从JetBrains官网下载PyCharm Community版本,并按步骤进行安装。整个过程简单明了,适合初学者快速搭建Python开发环境。
Python环境配置 Anaconda+Pycharm
Step 1 Install Anaconda
-
优点
- include core Python environment, IDE (integrated development environment), all in one
- more than 180 widely used packages available
- easy to install and manage packages, solving dependency
-
下载安装





- 下面2个记得都勾选上:exclamation:(本电脑因为安装过所以第二个没勾)

Step 2 Install Pycharm
|