Commanding Chaos for Coworking, Open Source and Creative Communities

Developers can run Bash Shell and user-mode Ubuntu Linux binaries on Windows 10 - Scott Hanselman

Wed, 03/30/2016 - 14:07 -- rprice

Running bash on Windows hits in the sweet spot. It behaves like Linux because it executes real Linux binaries. Just hit the Windows Key and type bash.

After you're setup, run apt-get update and get a few developer packages. I wanted Redis and Emacs. I did an apt-get install emacs23 to get emacs. Note this is the actual emacs retrieved from Ubuntu's feed.