问题描述
我已经安装了 Anaconda (Python 3.6) 和 tensorflow (Python 3.5).我已经设法让它在 Spyder 和 sublime text 3 上运行(通过制作新的构建系统).现在所有的都是使用 Atom(我不习惯).所以我试图告诉"Atom 在以下文件夹中使用 python:
I've install Anaconda (Python 3.6) and tensorflow (python 3.5). I've managed to get it run both on Spyder and on sublime text 3( by making new build system). Now all the is using Atom( which I'm not used to). So I've trying to "tell" Atom to use python in the following folder:
C:usersengineanaconda3envs ensorflowpython.exe
没有任何成功,不知道该怎么做或我应该使用什么样的包(我使用的是 windows 所以 virtualenv)提前致谢 !
without any success, any idea how to do that or what kind of package should I use( I'm using windows so virtualenv)thanks in advance !
推荐答案
在您的 Anaconda 终端中,激活您的 Conda 环境,然后运行 atom --new-instance
In your Anaconda terminal, activate your Conda environment and then run atom --new-instance
这篇关于在 Atom 中使用 anaconda 环境的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!