Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.51 KB

virtualenv_python.rst

File metadata and controls

45 lines (31 loc) · 1.51 KB

virtualenv_python

Warning

This is a deprecated feature. Please refer to the :ref:`Migration Guidelines<conan2_migration_guide>` to find the feature that replaced this one.

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.