#220: Use pip3 install --user for upgrade too

This commit is contained in:
Vladimir Iakovlev
2017-03-13 14:15:24 +01:00
committed by GitHub
parent e101f1fcc9
commit dee99ed705
+1 -1
View File
@@ -134,7 +134,7 @@ To make them available immediately, run `source ~/.bashrc` (or your shell config
## Update ## Update
```bash ```bash
sudo -H pip install thefuck --upgrade pip install --user thefuck --upgrade
``` ```
**Aliases changed in 1.34.** **Aliases changed in 1.34.**