Migrate Conda Environments
This post describes how to migrate conda environments. It is assumed that you have user-only conda and system-wide conda as described in the post. Save the full list of packages for all environments (except the base environment) Check the existing environments. conda info --envs Save the list for each environment. conda list -n <env-name> --explicit > <env-name>.spec This is an example. $ is the command I typed and others are the output of the command....