How do you check the currently installed version of PIP?

Experience Level: Junior
Tags: Python

Answer

Run the following from the command line:

pip --version

or

pip -V

Python for beginners
Python for beginners

Are you learning Python ? Try our test we designed to help you progress faster.

Test yourself