I am trying to become familiar with atom.io text editor. https://www.youtube.com/watch?v=qvSpZXT8XhU The link shows a good example of activating a particular virtual environment of interest (skip to 12 minutes). This is done using the 'atom-python-virtualenv' package. However, they don't use anaconda to manage their virtual environments. I believe the path to their envs is different. Has anyone successfully been able to use the atom.io package 'atom-python-virtualenv' to list the same ones available via 'conda env list'?
Asked
Active
Viewed 339 times
0
-
Does this answer your question? [Using anaconda environment in Atom](https://stackoverflow.com/questions/43207427/using-anaconda-environment-in-atom) – AMC Sep 28 '20 at 22:21
1 Answers
2
You can fix your problem by doing this:
Activate your conda environment in the terminal
Run
atom --new-instance

abhigyanj
- 2,355
- 2
- 9
- 29