How do I access Linux binaries from Windows when using WSL?
问题 I'm experimenting with the new Windows Subsystem for Linux as a way to develop Rails applications in Windows. I have WSL installed and I have Ruby in it but how do I use that Ruby from a Windows GUI application, specifically, RubyMine: This is so I can easily start rails, run tests, etc. 回答1: A few things: Open a bash console and leave it open when you're running RubyMine: As soon as you close your last bash session, WSL tears down all running Linux processes. I believe RubyMine is a 32-bit