Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialAbe Layee
8,378 PointsHow do I run Linux Commands on Windows?
I am doing the console foundation and I was wondering if the is any software I can use to run a Linux commands on windows. I am not looking for some complicated software. I need simple software. Thank you
3 Answers
Kevin Korte
28,149 PointsI have not found a simple solution, really.
I downloaded Console for Windows and then added Cygwin to the Console, and it more or less works like expected.
Truthfully though, my preferred method is just to develop on an IDE like Cloud 9, where you're developing in a Linux environment, they give you a Linux console, and it "just works". That's your easy answer, just use an IDE like Cloud 9 with a free account.
Abe Layee
8,378 PointsThank you Kevin Korte . I am going to try both
Kevin Korte
28,149 PointsNo problem. I followed this article to get Cygwin to hook up with Console.