In this session of A Few Easy Steps, we will install the PIP Package Manager for Python. In General this will work on any Python Install.
Session Prerequisites:
- You must have Super User Access to the system your installing on.
- Your System must have Python already installed.
- Your System must have internet access.
Our goals of this session are:
- Install PIP
Log into terminal session on your system
Paste this Command:
sudo apt-get install python-pip
Type your password at the prompt
Type Y when prompted.
Let it run through the install and that is all there is to it.