Skip to content

Instantly share code, notes, and snippets.

@peter-y
Created August 24, 2021 07:57
Show Gist options
  • Save peter-y/2b40852119643838d12e579a11f45b7f to your computer and use it in GitHub Desktop.
Save peter-y/2b40852119643838d12e579a11f45b7f to your computer and use it in GitHub Desktop.
pip #command
#显示已经安装的程序
pip list
#安装程序
pip install xxx
#显示软件安装信息
pip show xxx
#删除软件
pip uninstall xxx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment