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 !
In your Anaconda terminal, activate your Conda environment and then run atom --new-instance