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
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
cli_venv-0.0.1.tar.gz
(3.6 kB
view details)
Built Distribution
File details
Details for the file cli_venv-0.0.1.tar.gz
.
File metadata
- Download URL: cli_venv-0.0.1.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 15e6d3a3f8534b8c5b649ab5199a2d514397e65b62c29cf2514c8e0ef6bb7fb5 |
|
MD5 | 42991fafb7b2bf292241797b79038a32 |
|
BLAKE2b-256 | 4d84c7f289d8d4ebd7e6d78c70ece2492c3c6a4732a59019ad15e9e24818b1d1 |
File details
Details for the file cli_venv-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: cli_venv-0.0.1-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 62bbd4902aed49e9df3839f4b17b4fc2a53b4f5395fee1b76b5dda706498f3db |
|
MD5 | 62b403be96f63bd2686a598b338bd354 |
|
BLAKE2b-256 | 66b5355f817ae8198daedb22413eab90834c97627b5709685515a24799c04418 |