You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prevents the installation of packages into you base installation of python
4
+
5
+
## usage and setup
6
+
7
+
```commandline
8
+
pip3 install pip-venv-sure
9
+
alias pip3=pip-venv-sure
10
+
```
11
+
12
+
## motivation
13
+
14
+
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.
15
+
16
+
### installing packages to base installation.
17
+
18
+
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.
0 commit comments