在代码文件夹git bash here
echo ‘export PATH=“/f/anaconda/Scripts:$PATH”’ >> ~/.bashrc
echo ‘source /f/anaconda/etc/profile.d/conda.sh’ >> ~/.bashrc
source ~/.bashrc
conda路径确认
where conda
conda activate mmt
bash ./online.sh
感谢gpt记录一下~
在代码文件夹git bash here
echo ‘export PATH=“/f/anaconda/Scripts:$PATH”’ >> ~/.bashrc
echo ‘source /f/anaconda/etc/profile.d/conda.sh’ >> ~/.bashrc
source ~/.bashrc
conda路径确认
where conda
conda activate mmt
bash ./online.sh
感谢gpt记录一下~