Skip to content

Instantly share code, notes, and snippets.

@carlcrott
Created October 11, 2013 19:31
Show Gist options
  • Save carlcrott/6940680 to your computer and use it in GitHub Desktop.
Save carlcrott/6940680 to your computer and use it in GitHub Desktop.
sudo su
export PATH=$PATH:/home/ubuntu/.rvm/bin/rvmsudo:/home/ubuntu/.rvm/bin/rvm
sudo echo "export rvmsudo=/home/ubuntu/.rvm/bin/rvmsudo" >> /root/.bashrc
sudo echo "export rvm=/home/ubuntu/.rvm/bin/rvm" >> /root/.bashrc
source /root/.bashrc
which rvm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment