1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-01-19 04:21:14 +00: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 ## Update
```bash ```bash
sudo -H pip install thefuck --upgrade pip install --user thefuck --upgrade
``` ```
**Aliases changed in 1.34.** **Aliases changed in 1.34.**