conda modifies environment variable names - without cloning

Step 1: Find the installed anaconda or miniconda location

Step 2: Enter the envs folder

Step 3: Corresponding to the environment name, directly modify the file name

Verification: enter the cmd environment --->conda activate----->conda info --envs, you can see that the environment variable name has been changed, and the function (conda list) is in normal use

 

Guess you like

Origin blog.csdn.net/TTritium/article/details/126330186