conda env export > conda_env_package_list.ymlShould you need to recreate it you can delete the old one and just use this command to recreate the env exactly like it was when the package list was exported:
conda env create -f conda_env_package_list.yml