pghilardi / atom-python-virtualenv

Python virtualenv support for Atom
MIT License
16 stars 6 forks source link

Support for conda envs #31

Open ktavabi opened 6 years ago

ktavabi commented 6 years ago

I tried setting WORKON_HOME to $HOME/miniconda3/envs and listing envs as $HOME/project to see if I can access conda envs, but that doesn't seem to work. Any chance this package can support conda envs?