Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using anaconda environment in Atom

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 !

like image 441
Engine Avatar asked Apr 04 '17 12:04

Engine


People also ask

What is the difference between anaconda and Atom?

Anaconda is a way to distribute Python, where Jupyter and Atom are ways to interact with a python interpreter.

WHAT IS environment in anaconda Navigator?

Anaconda Navigator is a graphical interface for launching common Python programs without having to use command lines, to install packages and manage your environments. It also allows you to launch applications and easily manage conda packages, environments, and channels without using command-line commands.


Video Answer


1 Answers

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

like image 54
Aaron Mazie Avatar answered Sep 19 '22 08:09

Aaron Mazie