necaris / conda.el

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

conda-env-activate can not select an empty env #101

Closed bombaywalla closed 2 years ago

bombaywalla commented 2 years ago

If I create a new conda env using conda create --name emptyenv then the created env does not have a bin directory and so conda-env-candidates-from-dir does not pick up the emptyenv and thus it is not selectable in conda-env-activate.

necaris commented 2 years ago

Good catch, thank you for raising this!