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 trialAgustin Villa
1,695 PointsWhat is the vagrant terminal???? How do I open it?
No other details. I don't understand this video.
1 Answer
Christopher Janzen
9,417 PointsI only saw this question without context so here's my best answer. What you're probably referring to as the 'vagrant terminal' is really just accessing the 'terminal' within your vagrant install. So, usually you'd run $ vagrant up
(assuming you've already performed $ vagrant init
) and then after vagrant is up you'd run $ vagrant ssh
. This last command will essentially switch you to your 'vagrant terminal' where you can run commands and install things on this virtual server.