Which shell command gives me the actual version of pip I am using?
pip
pip gives with pip show all version of modules that are installed but excludes itself.
pip show
You can do this:
pip -V
or:
pip --version