[Rails] Re: Completely broken rails install on OSX
On Feb 21, 5:57 pm, dkerins <bitbox...@gmail.com> wrote:
> I wonder if you added the required line to your .bash_profile file.
>
> This is the line...
>
> [[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" #
> This loads RVM into a shell session.
This is correct. Although you may not have a .bash_profile file on
your mac, so add it to your home folder, with the line above added.
bash will then load rvm at startup and you should be able to use it
fine and be on your way. Remember to close your shell window
afterwards and restart it so that rvm gets loaded, or open a new
shell.
>
> Check out the link on the rvm site... and scroll down to the "Post
> Install" section.
>
> http://rvm.beginrescueend.com/rvm/install/
>
> David
>
> On Feb 19, 1:25 pm, scruffian <b...@scruffian.com> wrote:
>
>
>
> > Thanks Andrei
>
> > I had already installed RMV. I tried again and it seemed to install
> > fine but now i get:
>
> > $ rvm list known
> > -bash: rvm: command not found
> > $ rvm install ruby-1.8.7-p160
> > -bash: rvm: command not found
>
> > I must be doing something stupid i know, but not sure what it is! (is
> > it something to do with the difference between shell and bash?)
>
> > Thanks for your help
> > Ben
>
> > On Feb 19, 1:25 pm, Andrei <andrei.fo...@gmail.com> wrote:
>
> > > Hi, Ben,
> > > Try RVMhttp://rvm.beginrescueend.com
> > > Almost everyone uses it.
>
> > > Andrei
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home