Development Language Python [Python] Installing PIP

Overview

How to install PIP, the package manager for Python 3.

Steps

1. Navigate to the directory where you want to download get-pip.py

cd desktop

2. Download get-pip.py

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py

3. Install PIP by running the Python script

python3 get-pip.py

References

Leave a comment