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 trialDanial Goodwin
13,247 PointsAnybody have experience with Babun (linux-like console)?
Since Treehouse Console isn't working for me now, I'm experimenting with some linux/posix-like consoles so that I can actively participate with the "Console Foundations" course. Another route I may eventually choose later is to setup a virtual machine running linux.
Anyways, I was just wondering if anybody here has personal experience with using Babun or Cygwin or even another linux-like console for Windows?
Update:
- As I go through the course, I found that Babun doesn't support
adduser
, but everything else is okay so far. Also, Babun is somewhat a Cygwin extension, so it's possible that one also doesn't support it, but I'm not sure. - Another difference is that its package manager is called
pact
(rather thanapt-get
) and already has all thebuild-essential
tools pre-installed.