conda-rename
environment renaming utility
TLDR
Rename an environment
$ conda rename -n [old_name] [new_name]
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
conda(1), conda-create(1)
