pip install 命令中的 -U 有什么用?

pip install 命令中的 -U 有什么用?

-U这个install命令中的有什么用?

pip install -U scikit-learn

答案1

此选项升级所有软件包。从man pip/安装选项

-U, --upgrade
          Upgrade all packages to  the  newest  available  version.   This
          process  is  recursive  regardless  of  whether  a dependency is
          already satisfied.

您可能对此问答感兴趣:如何获取有关终端命令的帮助?

相关内容