Ruby on Rails
Thursday, January 30, 2014
You have two options:
1) fix the permissions:
- make sure you are in rvm group, run "id" and there should be group "rvm" - if it is not there run: rvm group add rvm $USER
- make sure that rvm is up to date and has properly set permissions: rvm get stable; rvm fix-permissions
- restart your computer - it might be required to apply permission changes and to properly load your environment
2) uninstall system rvm and install it in home:
- run: sudo rm -rf /etc/profile.d/rvm.sh /etc/rvmrc /usr/local/rvm $HOME/.rvm*
- make sure your environment is empty of old rvm, run "env | grep rvm" if it is empty it's all fine, if not - restart computer to ensure your environment is reset
- install rvm: \curl -L https://get.rvm.io | bash -s stable
- follow the installation instructions and install ruby: rvm install ruby
-- 1) fix the permissions:
- make sure you are in rvm group, run "id" and there should be group "rvm" - if it is not there run: rvm group add rvm $USER
- make sure that rvm is up to date and has properly set permissions: rvm get stable; rvm fix-permissions
- restart your computer - it might be required to apply permission changes and to properly load your environment
2) uninstall system rvm and install it in home:
- run: sudo rm -rf /etc/profile.d/rvm.sh /etc/rvmrc /usr/local/rvm $HOME/.rvm*
- make sure your environment is empty of old rvm, run "env | grep rvm" if it is empty it's all fine, if not - restart computer to ensure your environment is reset
- install rvm: \curl -L https://get.rvm.io | bash -s stable
- follow the installation instructions and install ruby: rvm install ruby
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/a73fe5c6-f6a4-43ff-a072-734a38e8a2f6%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment