Rename conda environment

PHOTO EMBED

Thu Dec 03 2020 11:11:19 GMT+0000 (Coordinated Universal Time)

Saved by @MathLaci08 #bash,ubuntu,conda

conda create --name new_name --clone old_name
conda remove --name old_name --all
content_copyCOPY

I wanted to rename my environment.

https://stackoverflow.com/questions/42231764/how-can-i-rename-a-conda-environment