Skip to content
GitLab
Explore
Sign in
Changes
Page history
Update home
authored
Jul 08, 2020
by
van Vliet
Show whitespace changes
Inline
Side-by-side
home.md
View page @
1bb3114b
...
@@ -1843,3 +1843,18 @@ $HOME/.config/pip/pip.conf
...
@@ -1843,3 +1843,18 @@ $HOME/.config/pip/pip.conf
[list]
[list]
format=columns
format=columns
```
```
Useful commmands:
```
pip install packageName
pip uninstall packageName
pip search packageName
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:
\
```
pip install --user
```