【发布时间】:2020-05-31 12:00:28
【问题描述】:
我的 Anaconda3 文件夹的路径:
C:\Users\shail\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Anaconda3 (64-bit)
在 Git bash 终端中尝试过的命令:
conda init bash
echo '. ${HOME}/.bash_profile' >> ~/.bashrc
base *c:\Users\shail\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Anaconda3 (64-bit)
错误:
bash: syntax error near unexpected token '(' #on using the base command
我阅读了很多博客,但所有代码大多都已过时,对我不起作用。请指导。我安装了 anaconda,它在 cmd 终端和 anaconda 提示符下运行良好,但我无法在 git bash 中访问 anaconda。
【问题讨论】:
标签: python pandas bash git anaconda