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 trialChristopher Parke
21,978 PointsIt's not stated whether to use the Ruby command prompt in Windows or to use the cmd prompt. doesn't work on either.
cd (filepath) just returns as though I hit carriage return. Any Idea why it wouldn't be taking the command?
Thanks,
Seth Kroger
56,413 PointsWhat exactly are you typing into the command line?
Christopher Parke
21,978 PointsChristopher Parke
21,978 PointsOh I see. you have to do it in two commands if your default path is on a different drive from the site's folder's path.
So I start the ruby cmd promt: "c:/default/otherfolder" so i have to change drive - "e: " gives me "e:/XAMPP" then it's "cd e:/XAMPP/htdocs/lake-tahoe"
and you win life.