This document is for a "1.X" legacy Conan version. Click here to read the Conan 2.0 documentation
virtualenv_python
Created files
- activate_run_python.{sh|bat}
- deactivate_run_python.{sh|bat}
Usage
Linux/macOS:
> source activate_run_python.sh
Windows:
> activate_run_python.bat
Variables declared
ENVIRONMENT VAR |
DESCRIPTION |
PATH |
With every bin folder of your requirements. |
PYTHONPATH |
Union of PYTHONPATH of your requirements. |
LD_LIBRARY_PATH |
lib folders of your requirements. |
DYLD_LIBRARY_PATH |
lib folders of your requirements. |