A virtualenv Python discovery plugin using pyenv
Project description
virtualenv-pyenv
A virtualenv Python discovery plugin using pyenv
Installation
pip install virtualenv-pyenv
Usage
The Python discovery mechanism can be specified by:
-
the CLI option
--discovery
:virtualenv --discovery pyenv -p 3.10 testenv
-
the environment variable
VIRTUALENV_DISCOVERY
:export VIRTUALENV_DISCOVERY=pyenv virtualenv -p 3.10 testenv
-
the config option
discovery
:[virtualenv] discovery = pyenv
virtualenv pyenv -p 3.10 testenv
The Python version can be expressed using either 2 or 3 version segments:
-p 3.9
-p 3.9.3
In the former case, the latest version found will be used.
Limitations
Only CPython is supported at the moment.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
virtualenv-pyenv-0.2.0.tar.gz
(3.6 kB
view hashes)
Built Distribution
Close
Hashes for virtualenv_pyenv-0.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bc5bd2c2e50097b751585bcd5499e3020ba52983716caceb69ea1d9ca1a358d8 |
|
MD5 | 4e7b6508708d724e2a2dba60d5ad8cbb |
|
BLAKE2-256 | b467ef15bcfb5836c899fe264234f53bddc887e78165c48df4d8b2496fd3e516 |