复制包¶
要将包从频道复制conda-forge到个人频道,例如jsmith:
anaconda copy conda-forge/glueviz/0.10.4 --to-owner jsmith
conda-forge/glueviz/0.10.4是一个“规范”,可以匹配两种格式之一:
user/package/version或user/package/version/filename.
弃用的选项¶
以前标签被称为“通道”,该命令已弃用选项,并希望对标签进行操作。anaconda copyfrom-channelto-channel
不应使用这些已弃用的选项。
如果您尝试在诸如 之类的命令中使用它们
,您将收到一个错误,即.anaconda copy --from-channel conda-forge --to-channel jsmith gluevizLabel conda-forge does not exist