PyCharm教程把anconda配置到PyCharm中.

PyCharm的下载地址:Other Versions - PyCharm

 这里我选择的2019年的Community Edition。

安装Pycharm过程

 

点击next

配置软件的安装位置

勾选所有选项,点击next

点击"install",后面点击“I want to manually reboot later”

2. 在PyCharm中导入anaconda环境

1.双击打开pycharm软件,单击“Create New Project”按钮,新建项目,

2.“Location”文本框中的路径是默认的项目文件存储位置,“untitled”表示未命名的项目名,

3. 这里我将位置该为E盘项目名为“sjfx”再点击Location下的Project interpreter……会出现下面这个页面

4.点击Existing interpreter在点击<No interpreter>后面的…

5.点击…找到自己安装的anconda文件在哪里,找到里面的python.exe。

6.到这里 显示出下面这个就算装好了点击create

 7.点击sjfx再点击New-python File创建一个python文件

 8.在编辑窗口中输入下面这几个库检查一下

猜你喜欢

转载自blog.csdn.net/qq_61370104/article/details/130454764