Skip to content

Instantly share code, notes, and snippets.

@plentz
Created March 24, 2011 13:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save plentz/885052 to your computer and use it in GitHub Desktop.
Save plentz/885052 to your computer and use it in GitHub Desktop.
bash: /home/gregorio/.rvm/scripts/log: Arquivo ou diretório não encontrado
awk: cannot open /home/gregorio/.rvm/lib/VERSION.yml (No such file or directory)
bash: __rvm_conditionally_add_bin_path: comando não encontrado
~$ rvm -v
bash: __rvm_cleanse_variables: comando não encontrado
rvm by Wayne E. Seguin (wayneeseguin@gmail.com) [http://rvm.beginrescueend.com/]
~$ rvm reload
~$ rvm -v
rvm 1.5.1 by Wayne E. Seguin (wayneeseguin@gmail.com) [http://rvm.beginrescueend.com/]
---------------------------------
bash: /home/gregorio/.rvm/scripts/log: Arquivo ou diretório não encontrado
awk: cannot open /home/gregorio/.rvm/lib/VERSION.yml (No such file or directory)
bash: __rvm_conditionally_add_bin_path: comando não encontrado
+ [[ -s /home/gregorio/.rvm/scripts/rvm ]]
+ . /home/gregorio/.rvm/scripts/rvm
++ export HOME=/home/gregorio
++ HOME=/home/gregorio
++ [[ 0 -eq 0 ]]
++ for rvmrc in /etc/rvmrc '"$HOME/.rvmrc"'
++ [[ -f /etc/rvmrc ]]
++ for rvmrc in /etc/rvmrc '"$HOME/.rvmrc"'
++ [[ -f /home/gregorio/.rvmrc ]]
++ [[ -z /home/gregorio/.rvm ]]
++ declare -f rvm
++ [[ 0 -eq 1 ]]
++ case $- in
++ [[ screen = xterm ]]
+ set +x
@wayneeseguin
Copy link

Is this better in the latest head?

@plentz
Copy link
Author

plentz commented Mar 27, 2011

Just tested, same problem :(

@wayneeseguin
Copy link

Ok when you have some time during the day EDT please work with me in #rvm and I'll help.

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