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.
Source Distribution
clivenv-0.0.5.tar.gz
(3.6 kB
view details)
Built Distribution
File details
Details for the file clivenv-0.0.5.tar.gz
.
File metadata
- Download URL: clivenv-0.0.5.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a403eb1afe63fc8285354ef531dfc52c7fc35e5c03012966ba3cdfaf56b8c8ab |
|
MD5 | d924ec193bffd9fcc5effe8dcfcb8aa4 |
|
BLAKE2b-256 | a57a244db2d736ba184e6ab3a638ee071eab7f3fff855798a2d5795ac59e7b73 |
File details
Details for the file clivenv-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: clivenv-0.0.5-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f2fcd1e707cb1434158b62c1cd56b06c936e39a762e630e733b236db55fc2d8a |
|
MD5 | b142df2cc949c6020b014b5e32444a3c |
|
BLAKE2b-256 | 2126a70bdcc8e29dc2b6aba4c304dd5e1b7e588dccba6bd2ee603b33a205d838 |