Last updated:
0 purchases
pipvenvsure 0.1.1
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.