How to know the version of pip itself

doniyor picture doniyor · Oct 15, 2014 · Viewed 258.4k times · Source

Which shell command gives me the actual version of pip I am using?

pip gives with pip show all version of modules that are installed but excludes itself.

Answer

Bowersbros picture Bowersbros · Oct 15, 2014

You can do this:

pip -V

or:

pip --version