necaris / conda.el

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

conda-env-name-to-dir errors #129

Closed gmoutso closed 2 years ago

gmoutso commented 2 years ago

https://github.com/necaris/conda.el/blob/a65ed0084876366fd1b238bb2b8b36ee75ac98d8/conda.el#L349 Should the quote above be removed. Otherwise I get Wrong type argument: consp, "/home/me/.virtualenvs/" Regards!

necaris commented 2 years ago

When do you get that error? When running conda-env-activate?

gmoutso commented 2 years ago

Yes, after I load the library virtualenvwrapper required by traad.

gmoutso commented 2 years ago

If I replace the line with (if (stringp venv-location) it works