如何在bash shell脚本当中激活conda环境(in Linux vscode)
https://github.com/conda/conda/issues/7980#issuecomment-472651966
export -f conda
export -f __conda_activate
export -f __conda_reactivate
export -f __conda_hashr
source activate ENV_NAME
本博文本意在于记录个人的思考与经验,部分博文采用英语写作,可能影响可读性,请见谅
本文来自博客园,作者:ZXYFrank,转载请注明原文链接:https://www.cnblogs.com/zxyfrank/p/15933328.html