如何在IDE中运行bash文件,如操作系统上的pycharm"在Windows10上的Bash on Ubuntu"

时间:2018-02-24 09:11:19

标签: bash shell pycharm windows-subsystem-for-linux bash-on-windows

  • 我的操作系统是win10 X64,我在Windows上的Ubuntu上安装了 Bash
  • 我的IDE是Pycharm2017,我安装了像BashSupportShell 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:没有这样的文件或目录

enter image description here

是否可以在IDE中运行bash脚本,如Pycharm?怎么样?

1 个答案:

答案 0 :(得分:0)

在WSL下运行时,Windows文件将挂载在/ mnt上。
您需要将E:/更改为/ mnt / e /