Changes
Page history
Update home
authored
Jul 08, 2020
by
van Vliet
Show whitespace changes
Inline
Side-by-side
home.md
View page @
2bdb5cbf
...
...
@@ -1853,8 +1853,12 @@ pip help
pip install --help
```
As a normal user you should always install a Python packages (when you are
**not**
running in a virtual Python environment) with the command:
\
As a normal user you should always install a Python packages (when you are
**not**
running in a virtual Python environment) with the command:
```
pip install --user
```
So do
**not**
use pip install --user some_pkg inside a virtual environment, otherwise, virtual environment's pip will be confused.