bash: pip: command not found
sudo easy_install pip
Here is what the above code is Doing:
1. Downloading the get-pip.py file from the official website.
2. Running the get-pip.py file to install pip.
3. Using the easy_install command to install pip.