Created
October 10, 2013 05:00
-
-
Save carlcrott/6913285 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ubuntu@ip-10-145-231-204:~$ $USER | |
ubuntu: command not found | |
ubuntu@ip-10-145-231-204:~$ rvm group add rvm $USER | |
rvm group must be run as root. | |
ubuntu@ip-10-145-231-204:~$ sudo rvm group add rvm $USER | |
sudo: rvm: command not found | |
ubuntu@ip-10-145-231-204:~$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment