赞
踩
目录
4 Target Environment Specification
6 Solver Mode Modifiers 求解器模式修改器
7 Package Linking and Install-time Options
9 Output, Prompt, and Flow Control Options
1 conda update
Update conda packages to the latest compatible version.
将conda软件包更新到最新的兼容版本。
This command accepts a list of package names and updates them to the latest versions that are compatible with all other packages in the environment.
此命令接受软件包名称列表,并将其更新为与环境中所有其他软件包兼容的最新版本。
Conda attempts to install the newest versions of the requested packages. To accomplish this, it may update some packages that are already installed, or install additional packages. To prevent existing packages from updating, use the --no-update-deps option. This may force conda to install older versions of the requested packages, and it does not prevent additional dependency packages from being installed.
Conda尝试安装所请求软件包的最新版本。要完成此操作,它可能会更新一些已经安装的软件包,或安装其他软件包。要防止现有软件包更新,请使用--no-update-deps选项。这可能会强制conda安装所请求的软件包的旧版本,并且不会阻止安装其他依赖软件包。
- usage: conda update [-h] [-n ENVIRONMENT | -p PATH] [-c CHANNEL] [--use-local]
- [--override-channels] [--repodata-fn REPODATA_FNS]
- [--experimental {jlap,lock}] [--no-lock]
- [--repodata-use-zst | --no-repodata-use-zst]
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。