Skip to main content

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.2.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

clivenv-0.0.2-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page