E. Tadeu
2015-09-30 21:00:09 UTC
Conda allows adding a python package in "development" mode through `conda
develop` by adding its directory to a conda.pth file (effectively the same
as adding it to PYTHONPATH).
Is there a way to also add directories to the PATH environment variable?
This is for projects that use a mix of C++ and Python, and have some shared
libraries that are not python extensions and that must be in the PATH in
Windows platform (or in LD_LIBRARY_PATH in Linux).
Thanks!
develop` by adding its directory to a conda.pth file (effectively the same
as adding it to PYTHONPATH).
Is there a way to also add directories to the PATH environment variable?
This is for projects that use a mix of C++ and Python, and have some shared
libraries that are not python extensions and that must be in the PATH in
Windows platform (or in LD_LIBRARY_PATH in Linux).
Thanks!
--
You received this message because you are subscribed to the Google Groups "conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to conda+***@continuum.io.
To post to this group, send email to ***@continuum.io.
Visit this group at http://groups.google.com/a/continuum.io/group/conda/.
You received this message because you are subscribed to the Google Groups "conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to conda+***@continuum.io.
To post to this group, send email to ***@continuum.io.
Visit this group at http://groups.google.com/a/continuum.io/group/conda/.