Closed jefftrull closed 4 years ago
@jefftrull this looks like it's related to #25 -- is that accurate? Or are you using a method other than an activate.d
script?
conda.el
does not currently support this functionality -- it's on the list of features I'd like to be able to implement, though.
Ah, you are right, this is duplicate of #25 . I didn't know what activate.d
was, but this is probably the same issue.
I have a workaround involving postactivate/predeactivate hooks for now.
Conda provides the ability to set the environment variable of your choice upon entry to a conda environment using the conda env config vars set command. I have set
LD_LIBRARY_PATH
in my development environment, in order to pick up some shared libraries:Unfortunately when I execute a file (using
C-c C-c
in elpy) I find that the resulting Python execution shell does not have it set:Does
conda.el
support this functionality? Have I misconfigured it? Thanks.