Using anaconda environment in Atom

Engine picture Engine · Apr 4, 2017 · Viewed 43.7k times · Source

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:\users\engine\anaconda3\envs\tensorflow\python.exe

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 !

Answer

Aaron Mazie picture Aaron Mazie · Apr 9, 2018

In your Anaconda terminal, activate your Conda environment and then run atom --new-instance