Recent | Popular
#bash,ubuntu,conda
conda create --name new_name --clone old_name conda remove --name old_name --all
conda env export | grep -v "^prefix: " > SRIT_environment.yml
Thu Dec 03 2020 11:11:19 GMT+0000 (Coordinated Universal Time) https://stackoverflow.com/questions/42231764/how-can-i-rename-a-conda-environment
Tue Dec 01 2020 18:45:58 GMT+0000 (Coordinated Universal Time) https://stackoverflow.com/questions/41274007/anaconda-export-environment-file