1.查看python版本

python -V

python安装第三方包。

2.查看pip版本

pip -V

python安装第三方包。

3.查看已安装库

python -m pip freeze

python安装第三方包。

4.安装python第三方包

python -m pip install psutil

python安装第三方包。

python安装第三方包。

5.卸载python第三方包

python -m pip uninstall psutil

python安装第三方包。

python安装第三方包。

相关文章: