win10 X64
,我在Windows上的Ubuntu上安装了 Bash 。 BashSupport
,Shell Process
这样的bash-plugins。我的测试文件helloworld.sh
包含以下代码:
#!/usr/bin/env bash
echo "Hello, World!"
当我在Pycharm中运行此脚本时,结果如下:
C:\ WINDOWS \ system32 \ bash.exe E:/MyCodes/shell/hello-sh/hello.sh / bin / bash:E:/MyCodes/shell/hello-sh/hello.sh:没有这样的文件或目录
是否可以在IDE中运行bash脚本,如Pycharm?怎么样?
答案 0 :(得分:0)
在WSL下运行时,Windows文件将挂载在/ mnt上。
您需要将E:/更改为/ mnt / e /