virtualrunenv

This is the reference page for virtualrunenv generator. Go to Mastering/Virtual Environments if you want to learn how to use Conan virtual environments.

Created files

  • activate_run.{sh|bat}
  • deactivate_run.{sh|bat}

Usage

Linux/macOS:

> source activate_run.sh

Windows:

> activate_run.bat

Variables declared

ENVIRONMENT VAR DESCRIPTION
PATH With every bin folder of your requirements.
LD_LIBRARY_PATH lib folders of your requirements.
DYLD_LIBRARY_PATH lib folders of your requirements.
DYLD_FRAMEWORK_PATH framework_paths folders of your requirements.