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 trialRob Castellucci
10,268 PointsLogging back into TH virtual machine in terminal
I took a break of a day between videos and now when I go back to Terminal in Mac, the prompt is for my local home directory. I can't remember how to re-initiate virtualbox to get to the same screen prompt as the beginning of this video starts in.
2 Answers
Rachel Bird
11,968 PointsYou have to use "cd" and "cd .." to move around your directory to get to the path where you saved the TreeHouse virtual machine. This quick tutorial can help: http://gr8idea.info/os/tutorials/linux/cd.html
Then use this to fire up vagrant:
Launch vagrant and download virtual machine: vagrant up
Log In To VM: vagrant ssh
Shut Down VM: vagrant halt
Rob Castellucci
10,268 PointsThank you!