Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
The Python VirtualEnv action in Continua is a wrapper around the virtualenv.exe command line. If you're having trouble using the Python VirtualEnv action, please refer to the Command Line Reference.

Python VirtualEnv action is used to create a virtual environment for python.

Pip Wheel

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

Image AddedImage Removed

Target Directory

The working directory for the pip command line. Leave blank to default to the workspace folder.

Package To Build Wheel For

The name of the Python package, the URL of the VCS project, a local project directory, or the path/URL of a local/remote package archive to build the wheel for. Leave blank or '.' to search in working folder.

Note that if installing a VCS project in editable mode it must be in the form: vcs+protocol://repo_url/#egg=pkg&subdirectory=pkg_dir. (e.g git+http://git.example.com/MyProject#egg=MyProject). For more information please see Pip Install VCS Support .

Install the project in editable mode

If this is ticked, the project is installed in editable mode.

Requirements File(s)

Install packages from the given requirements files. One file path per line. [--requirement]

Output Directory

Visible only if the checkbox 'Install the project in editable mode' is NOT ticked.

path to the directory where the virtual environment is created.

Extra Search Directories

Directories to look in for your own versions of setuptools / pip distributions to use instead of the embedded versions that come with virtualenv. One path per line. [--extra-search-directories]

Python Interpreter

The path to the Python interpreter to use. Leave blank to use the interpreter that virtualenv was installed with. [--python]

Install VirtualEnv on agent using Pip

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".

If you create a property collector for this action, make sure you select the Path Finder PlugIn type and give it a name that will match the pattern above in blue. Example names listed here, search the table's Plugin column for "Python VirtualEnv".

For more in-depth explanations on property collectors see Property Collectors.

Alternatively, you can select the Custom option from the Using drop down list and specify a path in the resulting input field that will be displayed. Please read Why it's a good idea to use a property collector before using this option.


Pip

Image Added

Use an alternate source to PyPI to install VirtualEnv

If this is ticked, PyPI is not used as a source to install VirtualEnv.

Package Source

The VirtualEnv package source to use for the install.

Install project in editable mode

If this is ticked, the project is installed in editable mode.Path to the directory where the wheel will be built. Defaults to the working folder. [--wheel]

Source Directory

Visible only if the checkbox 'Install the project in editable mode' is ticked.

The directory to check out editable projects into. The default when running under a virtual environment is “<venv path>\src”. The default for global installs is “<current dir>\src”is “<current dir>\src”.

Install pre-release or development package version

If this is ticked, pip will also find pre-release and development versions. By default, pip only finds stable versions. [--srcpre]

...

Disable cache

If this is ticked and exists, the pip executable in the virtual environment scripts folder will be used instead.

...

, the cache is disabled. [--no-cache-dir]

Pip Verbosity

The amount of information detail to display in the build log. [-qqq | -qq | -q | -v]

Using Pip

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

If you create a property collector for this action, make sure you select the Path Finder PlugIn type and give it a name that will match the pattern above in blue. Example names listed here, search the table's Plugin column for "Python VirtualEnvPip".

For more in-depth explanations on property collectors see Property Collectors.

Alternatively, you can select the Custom option from the Using drop down list and specify a path in the resulting input field that will be displayed. Please read Why it's a good idea to use a property collector before using this option.


Settings

Non-Binary Packages

Do not install pip in the new virtual environment.

If this is ticked, pip is not installed in the new virtual environmentSpecify any packages for which binary packages should not be used. [--no-binary]

  • All - Disable all binary packages.
  • None - Empty the set of binary packages to be disabled.
  • Custom List - The custom set of binary packages to be disabled.

Note that some packages are tricky to compile and may fail to install when this option is used on them.

Non-Binary Package Names

Visible only if the option 'Custom List' is selected.

The names of the non-binary packages. One per line.

Binary Only Packages

Specify any packages for which only binary packages should not be used. [--only-binary]

  • All - Disable all source packages.
  • None - Empty the set of source packages to be disabled.
  • Custom List - The custom set of source packages to be disabled.

Note that packages without binary distributions will fail to install when this option is used on them.

Binary Only Package Names

Visible only if the option 'Custom List' is selected.

The names of the non-binary packages. One per line.

Constraints File(s)

Constrain versions using the given constraints files. One file path per line. [--constraint]

Prefer older binary packages over newer source packages.

If this is ticked, older binary packages will be used instead of newer source packages. [--prefer-binary]

Options

Image Removed

Verbosity

The amount of information detail to display in the build log. [-qqq | -qq | -q | -v]

Log File

The path to a verbose appending log file. [--log]

pip]

Do not install wheel in the new virtual environment.

If this is ticked, wheel is not installed in the new virtual environment. [--no-wheel]

Do not install setuptools in the new virtual environment.

If this is ticked, setuptools is not installed in the new virtual environment. [--no-setuptools]

Unzip setuptools when installing it.

Visible only if the checkbox 'Do not install setuptools in the new virtual environment' is NOT ticked.

If this is ticked, setuptools is unzipped when installing it. [--unzip-setuptools]

Preinstalled PyPI Packages

Select whether to download preinstalled packages from PyPI. [--download | --no-download]

Clear out the non-root install and start from scratch.

Tick to clear out the non-root install and start from scratch. [--clear]

Give the virtual environment access to the global site-packages

...

.

If this is ticked, the cache is disabled. [--no-cache-dir]

Cache Directory

The path to a directory to store the cache datavirtual environment is given access to the global site-packages. [--cachesystem-site-dir]

...

packages]

Always copy files rather than symlinking.

If this ticked, pip is run in an isolated mode, ignoring environment variables and user configuration. [--isolated]

Exists Action

Specify what to do if path already exists. [--exists-action]

...

is ticked, files are always copied rather than symlinking. [--always-copy]


Options

Image Added

Verbosity

The amount of information detail to display in the build log. [–quiet | -verbose]

Remove virtual environment upon completion.

If this is ticked, the virtual environment directory is deleted upon completion

...

.

Timeout (in seconds) 

How many seconds to wait for the action to finish before timing out. The default is 86400 seconds (24 hours).

...