1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-09-26 23:22:33 +01:00

#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

View File

@@ -134,7 +134,7 @@ To make them available immediately, run `source ~/.bashrc` (or your shell config
## Update
```bash
sudo -H pip install thefuck --upgrade
pip install --user thefuck --upgrade
```
**Aliases changed in 1.34.**