Solve conda activate error

Solution

source ~/anaconda3/bin/activate

or

source ~/miniconda3/bin/activate

Then you can conda activate xxx环境use

problem analysis

Please refer to github: https://github.com/conda/conda/issues/7980

Guess you like

Origin blog.csdn.net/weixin_35757704/article/details/132403442