LinuxCommandLibrary

conda-rename

environment renaming utility

TLDR

Rename an environment

$ conda rename -n [old_name] [new_name]
copy

SYNOPSIS

conda rename [options] newname_

DESCRIPTION

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.

PARAMETERS

-n, --name name

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

CONFIGURATION

~/.condarc

User-level conda configuration for channels, package settings, and solver options.
/opt/conda/.condarc
System-wide conda configuration.

CAVEATS

The environment must be deactivated before renaming.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community