I installed Anaconda (Python 3.6) and tensorflow (python 3.5). I managed to run it on both Spyder and sublime text 3 (creating a new build system). Now everything uses Atom (which I'm not used to). So I'm 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 this or which package I should use (I use Windows so virtualenv) thanks in advance!
source
share