← 返回命令列表

Linux command

conda-rename 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Rename an environment

conda rename -n [old_name] [new_name]

说明

conda rename changes the name of an existing conda environment. This is done by cloning the environment to the new name and removing the old one.

参数

-n, --name _name_
Current name of environment to rename.
-p, --prefix _path_
Current path of environment to rename.

FAQ

What is the conda-rename command used for?

conda rename changes the name of an existing conda environment. This is done by cloning the environment to the new name and removing the old one.

How do I run a basic conda-rename example?

Run `conda rename -n [old_name] [new_name]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -n, --name _name_ do in conda-rename?

Current name of environment to rename.