我使用的是 Windows。每当我启动 git bash 时,我都会收到以下错误消息
bash: C:Usersha_haAnaconda3/etc/profile.d/conda.sh: No such file or directory
我认为某些路径分隔符\
不是/
路径应该是的,C:/Users/ha_ha/Anaconda3/etc/profile.d/conda.sh:
这就是 git bash 无法找到 shell 脚本的原因。我该如何以及在哪里修复此问题?
我使用的是 Windows。每当我启动 git bash 时,我都会收到以下错误消息
bash: C:Usersha_haAnaconda3/etc/profile.d/conda.sh: No such file or directory
我认为某些路径分隔符\
不是/
路径应该是的,C:/Users/ha_ha/Anaconda3/etc/profile.d/conda.sh:
这就是 git bash 无法找到 shell 脚本的原因。我该如何以及在哪里修复此问题?