python的IDE使用Anaconda下的虚拟环境[PyCharm]

我使用的是pycharm:

只需要更改python interpreter就行。

1.找到IDE设置中的Project Interpreter
python的IDE使用Anaconda下的虚拟环境[PyCharm]_第1张图片

2.找到按钮这里写图片描述
这里写图片描述

3.点击Add Local,选择你想要执行python程序的虚拟环境,我的是虚拟环境是annconda下的keras虚拟环境。
python的IDE使用Anaconda下的虚拟环境[PyCharm]_第2张图片

4.配置完成后,点击应用
这里写图片描述

另:可以开启虚拟环境后,直接python pyfile.py 就行
ref:

  1. http://stackoverflow.com/questions/30170468/how-to-run-spyder-in-virtual-environment
  2. https://www.jetbrains.com/help/pycharm/2016.2/adding-existing-virtual-environment.html

你可能感兴趣的:(Python)