A zc.buildout extension for run buildout under virtual python environment.
Project description
cykooz.buildout.venv is a zc.buildout extension that creates virtual python environment and use it to run buildout.
Usage
Add cykooz.buildout.venv to the extensions entry in your [buildout] section:
[buildout] extensions = cykooz.buildout.venv
This enables additional [buildout] option:
- venv-directory
This specifies the directory where virtual environment will be created. Defaults to parts/venv.
If this directory already has a virtual python environment, then it will be used to run buildout without any changes.
Full example
[buildout] extensions = cykooz.buildout.venv venv-directory = ${buildout:parts-directory}/myvenv
Changelog
1.0.1 (2016-08-12)
First release.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for cykooz.buildout.venv-1.0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | c548db2413bc1377a27a144db6c644a4aee8071c08f68ebd674177796933adf2 |
|
MD5 | fa8ccc2f4e2be5fda330d5fba6d0372e |
|
BLAKE2b-256 | b761219377035853a1a61ac856890c721b47abdfd2e48d89ba48935c63d7a6a1 |