Add the code to activate the conda virtual environment in the shell script

Add the code to activate the conda virtual environment in the shell script

eval "$(conda shell.bash hook)"
conda activate <虚拟环境名称>

end!

Guess you like

Origin blog.csdn.net/engchina/article/details/132548104
Recommended