-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Installation
Christopher edited this page Jun 5, 2015
·
27 revisions
You need to install requirements:
- pip
- python
- python-dev
And then install thefuck
with pip
:
sudo pip install thefuck
brew install thefuck
or
sudo easy_install thefuck
❗ Do not use sudo easy_install pip
, it does not work on Ubuntu.
sudo apt-get install python-pip python-dev
sudo pip install thefuck
sudo pacman -S thefuck