Skip to main content

A quick and easy way to make sure that you always install packages to virtualenv.

Project description

Pip Venv Sure

Prevents the installation of packages into you base installation of python

usage and setup

pip3 install pip-venv-sure
alias pip3=pip-venv-sure

motivation

I don't like installing packages directly into my base installation. But as a mere human being I sometimes forget to activate my venv, so this prevent these kinds to accidents from happening.

installing packages to base installation.

Some times there is a need to install package directly to the base installation of python in that case you can use the following command.

pip3 install any-template --allow-no-venv

# OR

pip3 install any-template -anv

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

pip-venv-sure-0.1.0.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

pip_venv_sure-0.1.0-py2.py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 2 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