Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to run WSL programs #13

Open
mikart143 opened this issue May 27, 2019 · 1 comment
Open

Unable to run WSL programs #13

mikart143 opened this issue May 27, 2019 · 1 comment

Comments

@mikart143
Copy link

I found an error I guess, there is problem with executing command on bash.exe. If yiu use only bash.exe -c "java %*" it will give you an error: /bin/bash command not found. Fix for that is simple, just add -i option.

I am using Pengwin(WLinux)

@watzon
Copy link
Owner

watzon commented May 27, 2019

Apparently bash.exe has also been deprecated in favor wsl.exe. Maybe try running the command with wsl.exe without any flags and see if it works. I may need to update all of the files to use that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants