I am wondering which path should be set in "Interpreter path" area in Run/Debug Configurations in IntelliJ, to complie and run bash script.
Using IntelliJ 15.0.3 on Windows 7
You must have a shell installed.
I have Git installed, so I use the path to the git shell.
Something like C:\Program Files\Git\bin\sh.exe
.
I use also the --login -i
flags for the "Interpreter options" field.
If you want to use the Windows CMD.exe you have to set:
C:\WINDOWS\system32\CMD.exe
(or wherever your cmd.exe is located)/C
path/to/your/project
in the IntelliJ run config.
(Tested with IntelliJ 2017.3)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With