How to fix “pip: command not found”?
Run this.
- sudo easy_install pip
Supply your password when it asks.
Once it finishes, you can check the version of pip installed by running
- pip -V
If you ever have to upgrade pip, then simply run
- pip install -U pip