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 cli-venv 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| cli_venv-0.0.1.tar.gz | 3.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| cli_venv-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 10.0 kB
Release files / cli_venv-0.0.1.tar.gz
| Download URL | cli_venv-0.0.1.tar.gz |
|---|---|
| Size | 3.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
15e6d3a3f8534b8c5b649ab5199a2d514397e65b62c29cf2514c8e0ef6bb7fb5
|
|
BLAKE2b-256 checksum How to use checksums |
4d84c7f289d8d4ebd7e6d78c70ece2492c3c6a4732a59019ad15e9e24818b1d1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / cli_venv-0.0.1-py3-none-any.whl
| Download URL | cli_venv-0.0.1-py3-none-any.whl |
|---|---|
| Size | 6.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
62bbd4902aed49e9df3839f4b17b4fc2a53b4f5395fee1b76b5dda706498f3db
|
|
BLAKE2b-256 checksum How to use checksums |
66b5355f817ae8198daedb22413eab90834c97627b5709685515a24799c04418
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |