Fast access/manage to virtualenv between different python versions.
Project description
CLI_VENV
Fast access/manage to virtualenv between different python versions.
Like
user@host$ . venv Virtual env: Python3.6.4 (3.6.4) user@host$ python -V Python 3.6.4 (3.6.4) user@host$ unvenv user@host$
Install by
pip install cli_venv
Example
Use/create default/specific virtualenv in this directory
. venv Virtual env: Python2.7.13 Environment not exists. Create one? [Y/n]y ... (2.7.13) duck@host:~/venv$
. venv python3
Virtual env: Python3.6.4
Environment not exists.
Create one? [Y/n]y
...
(3.6.4) duck@host:~/venv$
Sync packages in other virtualenv to current virtualenv
venv sync
Exit virtual env
unvenv
Delete default/specific virtualen
venv delete venv delete python3
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size clivenv-0.0.5-py3-none-any.whl (4.5 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size clivenv-0.0.5.tar.gz (3.6 kB) | File type Source | Python version None | Upload date | Hashes View |