vscode集成gitbash并使用anaconda命令
vscode集成gitbash
安装gitbash
在vscode的配置文件settings.json中添加以下设置:terminal.integrated.shell.windows: C:\\Program Files (x86)\\Git\\bin\\bash.exe // 这里是电脑上bash.exe的路径
重新加载vscode,打开终端,可以看到此时默认终端已经被修改为gitbash
在gitbash中使用anaconda切换python环境
默认的anaconda并没有添加到gitbash环境变量中,因此需要进行以
1