pip命令的全部选项
pip命令的全部选项如下:
-
General Options -v, --verbose -q, --quiet --log
--proxy <proxy_url> --retries --timeout -
Commands install download uninstall freeze list show search wheel hash completion
-
Install Options -e, --editable -U, --upgrade --force-reinstall --no-deps --no-cache-dir --pre --no-binary --only-binary --user --root --prefix
-
Upgrade Options --upgrade-strategy --no-self-upgrade
-
Download Options --platform --python-version --implementation --abi --dest --src
-
Uninstall Options -y, --yes --r, --requirement
-
Freeze Options --all --exclude-editable --exclude-hashes --local
-
List Options --outdated --uptodate --editable --format --not-required
-
Show Options --files --dirs --all --verbose
-
Search Options --index-url --extra-index-url --no-index --trusted-host --pre
-
Wheel Options --wheel-dir --build-dir --src-dir
-
Hash Options --algorithm --digest-size
-
Completion Options bash zsh fish powershell
除了以上列出的选项外,还可以根据需要使用其他选项,具体可以通过“pip --help”命令查看。
原文地址: https://www.cveoy.top/t/topic/unV 著作权归作者所有。请勿转载和采集!