How to install PIP on Linux

The first thing to do is to check the python version installed with the following command:

python2 --version
or
python3 --version

After installation, the pip is ready to use.

Leave a Reply

Your email address will not be published. Required fields are marked *