Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Python VirtualEnv action is used to create a virtual environment for python. It should used as a parent action. Child actions of this action will run under the activated virtual environment. The virtual environment will be deactivated once all child actions are completed.

Python VirtualEnv

Target Directory

...

If this is ticked, VirtualEnv is installed on the agent using Pip. A new tab appears for entering Pip settings.

Using 

The Using drop down is populated by any property collector properties whose namespace matches the pattern defined by the Python VirtualEnv action. The pattern for this action is ^Python.VirtualEnv\..*. The default property collector searches the environment path for "virtualenv.exe".

...