"Process finished with exit code 127" when trying to run a c program in CLion

已回答

Hello,

 

I'm on Ubuntu 18.04 and have recently installed CLion.

I wrote a simple "Hello World" program in a new project, built it successfully and tried to run it. I received a "Process finished with exit code 127" in the output window.

Looking at similar questions online, I saw that the problem is usually fixed after changing the shell path to be /bin/bash, but when I type "echo $SHELL" in terminal I see that this is already the path.

 

Is there any other solution to this issue?

 

Thanks!

1

Hello!

Please reproduce the issue and send the idea.log file (Help | Show Log in ...) to clion-support at jetbrains.com. Note that logs might contain private user's information (like file paths and names). 

0

请先登录再写评论。