... | ... | @@ -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.
|
|
|
|
|
|
|
|
|
|