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
Release files for clivenv 0.0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| clivenv-0.0.5.tar.gz | 3.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| clivenv-0.0.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.1 kB
Release files / clivenv-0.0.5.tar.gz
| Download URL | clivenv-0.0.5.tar.gz |
|---|---|
| Size | 3.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a403eb1afe63fc8285354ef531dfc52c7fc35e5c03012966ba3cdfaf56b8c8ab
|
|
BLAKE2b-256 checksum How to use checksums |
a57a244db2d736ba184e6ab3a638ee071eab7f3fff855798a2d5795ac59e7b73
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / clivenv-0.0.5-py3-none-any.whl
| Download URL | clivenv-0.0.5-py3-none-any.whl |
|---|---|
| Size | 4.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f2fcd1e707cb1434158b62c1cd56b06c936e39a762e630e733b236db55fc2d8a
|
|
BLAKE2b-256 checksum How to use checksums |
2126a70bdcc8e29dc2b6aba4c304dd5e1b7e588dccba6bd2ee603b33a205d838
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |