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 trialDaniel Colthart
Courses Plus Student 87 PointsHow to use RVM on windows
Command prompt does no allow $ and says that I need to use run or something. Anyone have any ideas?
2 Answers
James Barnett
39,199 PointsFrom the teacher notes found below the video:
>
It is also not necessary to type the "rvm use" command on Windows.
Daniel Colthart
Courses Plus Student 87 PointsHello there,
So can I just start with $ rails new?
Regards
DcoltGaming
James Barnett
39,199 PointsOnce again the actual commands are found in the teacher's notes below the video.
Create a new rails application:
rails new treebook
Note the lack of a $
in front of the command.
On the terminal in systems that are Unix-flavored (e.g. Linux & OS X) that $
is part of the prompt and not part of the actual command. The $
means this account is a user account, which is to distinguish it from a #
meaning the root
account.