How to know the version of pip itself

2019-03-08 12:47发布

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.

标签: python pip
8条回答
劳资没心,怎么记你
2楼-- · 2019-03-08 13:16

For windows just type:

python -m pip --version
查看更多
女痞
3楼-- · 2019-03-08 13:20

Just for completeness:

pip -V

pip --version

pip list and inside the list you'll find also pip with its version.

查看更多
登录 后发表回答