mirror of
https://github.com/nvbn/thefuck.git
synced 2025-01-18 20:11:17 +00:00
Update install procedure for pip
Avoid the warning: The directory '/home/someuser/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
This commit is contained in:
parent
0cf4f5e8b0
commit
5d00b3bc25
@ -107,7 +107,7 @@ wget -O - https://raw.githubusercontent.com/nvbn/thefuck/master/install.sh | sh
|
||||
Install `The Fuck` with `pip`:
|
||||
|
||||
```bash
|
||||
sudo pip install thefuck
|
||||
sudo -H pip install thefuck
|
||||
```
|
||||
|
||||
[Or using an OS package manager (OS X, Ubuntu, Arch).](https://github.com/nvbn/thefuck/wiki/Installation)
|
||||
|
Loading…
x
Reference in New Issue
Block a user