necaris / conda.el

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

Set CONDA_PREFIX when activating #31

Closed necaris closed 5 years ago

necaris commented 5 years ago

This ensures that any subsequent conda commands (e.g. in an eshell) are aware of the environment that's been set.

Closes #15