necaris / conda.el

Emacs helper library (and minor mode) to work with conda environments
MIT License
153 stars 49 forks source link

Fix #47 handle 'base' env #67

Closed arthurcgusmao closed 4 years ago

arthurcgusmao commented 4 years ago

This commit fixes #47 by handling the 'base' environment, which should always be present in a conda installation and correspond to the location of the Anaconda installation.

necaris commented 4 years ago

Thanks @arthurcgusmao !