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
Related Python job interview questions
What does self do in Python?
Python JuniorHow do you install a package using PIP?
Python JuniorHow do you install list of packages installed by PIP?
Python JuniorHow do you use PIP?
Python JuniorWhat is Python PIP?
Python Junior