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.
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.
For windows just type:
Just for completeness:
pip -V
pip --version
pip list
and inside the list you'll find also pip with its version.