1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-22 02:29:07 +00:00

sudo pip --> sudo -H pip

Waldir Pimenta 2016-09-06 17:02:33 +01:00
parent 90d4267907
commit a8f7ba010d

@ -8,7 +8,7 @@ You need to install requirements:
And then install `thefuck` with `pip`:
```bash
sudo pip install thefuck
sudo -H pip install thefuck
```
# OS X