Skip to content

Instantly share code, notes, and snippets.

@anveo
Created September 22, 2011 22:11
Show Gist options
  • Save anveo/1236200 to your computer and use it in GitHub Desktop.
Save anveo/1236200 to your computer and use it in GitHub Desktop.
$ cat /etc/rvmrc
umask g+w
export rvm_ps1=1
export rvm_user_install_flag=0
$ rvm info
system:
system:
uname: "Linux ip-10-171-71-244 2.6.32-317-ec2 #36-Ubuntu SMP Fri Jul 8 18:12:30 UTC 2011 x86_64 GNU/Linux"
bash: "/bin/bash => GNU bash, version 4.1.5(1)-release (x86_64-pc-linux-gnu)"
zsh: " => not installed"
rvm:
version: "rvm 1.8.3 by Wayne E. Seguin ([email protected]) [https://rvm.beginrescueend.com/]"
homes:
gem: "not set"
ruby: "not set"
binaries:
ruby: ""
irb: ""
gem: ""
rake: ""
environment:
PATH: "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/rvm/bin:/usr/local/rvm/bin"
GEM_HOME: ""
GEM_PATH: ""
MY_RUBY_HOME: ""
IRBRC: ""
RUBYOPT: ""
gemset: ""
$ rvm list
rvm rubies
/usr/local/rvm/scripts/list: line 269: cd: /home/ubuntu/.rvm/rubies/: No such file or directory
$ rvm info
system:
system:
uname: "Linux ip-10-171-71-244 2.6.32-317-ec2 #36-Ubuntu SMP Fri Jul 8 18:12:30 UTC 2011 x86_64 GNU/Linux"
bash: "/bin/bash => GNU bash, version 4.1.5(1)-release (x86_64-pc-linux-gnu)"
zsh: " => not installed"
rvm:
version: "rvm 1.8.3 by Wayne E. Seguin ([email protected]) [https://rvm.beginrescueend.com/]"
homes:
gem: "not set"
ruby: "not set"
binaries:
ruby: ""
irb: ""
gem: ""
rake: ""
environment:
PATH: "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/rvm/bin:/home/ubuntu/.rvm/bin:/home/ubuntu/.rvm/bin"
GEM_HOME: ""
GEM_PATH: ""
MY_RUBY_HOME: ""
IRBRC: ""
RUBYOPT: ""
gemset: ""
@drchanimal
Copy link

Hi,
We have the same problem. Any idea why?

@anveo
Copy link
Author

anveo commented Sep 23, 2011

Bug in RVM, it's been fixed in the latest rvm release, 1.8.4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment