ruby - RVM showing 'clr' and bash errors with every command -
my os osx 10.9.4, , every time run ruby version manager command seeing bunch of errors, though command still seems run, warning @ end. these messages appear on every command:
rvm_error_clr=: no such file or directory rvm_warn_clr=: no such file or directory rvm_debug_clr=: no such file or directory rvm_notify_clr=: no such file or directory rvm_reset_clr=: no such file or directory -bash: eval: line 8: syntax error near unexpected token `(' -bash: eval: line 8: `ssh-agent __rvm_awk() { \awk "$@" || return $?; }' -bash: eval: line 8: syntax error near unexpected token `(' -bash: eval: line 8: `ssh-agent __rvm_cp() { \cp "$@" || return $?; }' -bash: eval: line 8: syntax error near unexpected token `(' -bash: eval: line 8: `ssh-agent __rvm_date() { \date "$@" || return $?; }' -bash: eval: line 8: syntax error near unexpected token `(' -bash: eval: line 8: `ssh-agent __rvm_find() { \find "$@" || return $?; }' -bash: eval: line 8: syntax error near unexpected token `(' -bash: eval: line 8: `ssh-agent __rvm_sed() { \sed "$@" || return $?; }' -bash: eval: line 8: syntax error near unexpected token `(' -bash: eval: line 8: `ssh-agent __rvm_tail() { \tail "$@" || return $?; }' -bash: eval: line 8: syntax error near unexpected token `(' -bash: eval: line 8: `ssh-agent __rvm_tar() { \tar "$@" || return $?; }' -bash: eval: line 8: syntax error near unexpected token `(' -bash: eval: line 8: `ssh-agent __rvm_xargs() { \xargs "$@" || return $?; }'
here full output of rvm stable
command:
my-mba:~ me$ rvm stable rvm_error_clr=: no such file or directory rvm_warn_clr=: no such file or directory rvm_debug_clr=: no such file or directory rvm_notify_clr=: no such file or directory rvm_reset_clr=: no such file or directory -bash: eval: line 8: syntax error near unexpected token `(' -bash: eval: line 8: `ssh-agent __rvm_awk() { \awk "$@" || return $?; }' -bash: eval: line 8: syntax error near unexpected token `(' -bash: eval: line 8: `ssh-agent __rvm_cp() { \cp "$@" || return $?; }' -bash: eval: line 8: syntax error near unexpected token `(' -bash: eval: line 8: `ssh-agent __rvm_date() { \date "$@" || return $?; }' -bash: eval: line 8: syntax error near unexpected token `(' -bash: eval: line 8: `ssh-agent __rvm_find() { \find "$@" || return $?; }' -bash: eval: line 8: syntax error near unexpected token `(' -bash: eval: line 8: `ssh-agent __rvm_sed() { \sed "$@" || return $?; }' -bash: eval: line 8: syntax error near unexpected token `(' -bash: eval: line 8: `ssh-agent __rvm_tail() { \tail "$@" || return $?; }' -bash: eval: line 8: syntax error near unexpected token `(' -bash: eval: line 8: `ssh-agent __rvm_tar() { \tar "$@" || return $?; }' -bash: eval: line 8: syntax error near unexpected token `(' -bash: eval: line 8: `ssh-agent __rvm_xargs() { \xargs "$@" || return $?; }' downloading https://get.rvm.io downloading https://github.com/wayneeseguin/rvm/archive/stable.tar.gz upgrading rvm installation in /users/me/.rvm/ rvm path line found in /users/me/.profile /users/me/.bashrc /users/me/.zshrc. rvm sourcing line found in /users/me/.bash_profile /users/me/.zlogin. upgrade of rvm in /users/me/.rvm/ complete. # you, # # thank using rvm! # sincerely hope rvm helps make life easier , more enjoyable!!! # # ~wayne, michal & team. in case of problems: http://rvm.io/help , https://twitter.com/rvm_io upgrade notes: * no new notes display. rvm_error_clr=: no such file or directory rvm_warn_clr=: no such file or directory rvm_debug_clr=: no such file or directory rvm_notify_clr=: no such file or directory rvm_reset_clr=: no such file or directory -bash: eval: line 8: syntax error near unexpected token `(' -bash: eval: line 8: `ssh-agent __rvm_awk() { \awk "$@" || return $?; }' -bash: eval: line 8: syntax error near unexpected token `(' -bash: eval: line 8: `ssh-agent __rvm_cp() { \cp "$@" || return $?; }' -bash: eval: line 8: syntax error near unexpected token `(' -bash: eval: line 8: `ssh-agent __rvm_date() { \date "$@" || return $?; }' -bash: eval: line 8: syntax error near unexpected token `(' -bash: eval: line 8: `ssh-agent __rvm_find() { \find "$@" || return $?; }' -bash: eval: line 8: syntax error near unexpected token `(' -bash: eval: line 8: `ssh-agent __rvm_sed() { \sed "$@" || return $?; }' -bash: eval: line 8: syntax error near unexpected token `(' -bash: eval: line 8: `ssh-agent __rvm_tail() { \tail "$@" || return $?; }' -bash: eval: line 8: syntax error near unexpected token `(' -bash: eval: line 8: `ssh-agent __rvm_tar() { \tar "$@" || return $?; }' -bash: eval: line 8: syntax error near unexpected token `(' -bash: eval: line 8: `ssh-agent __rvm_xargs() { \xargs "$@" || return $?; }' warning: errors sourcing '/users/me/.rvm/scripts/base'. rvm not work expected.
nothing happening when first started using rvm. it's been while since used , i'm not sure changed cause these errors. can point me in right direction?
edit
output of cd /users/me/.rvm/scripts
followed ls -al base
:
my-mba:my_app me$ cd /users/me/.rvm/scripts my-mba:scripts me$ ls -al base -rwxr-xr-x 1 me staff 2879 sep 10 10:32 base
output of cd ..
(back /.rvm) , ls -dal scripts
:
my-mba:scripts me$ cd .. my-mba:.rvm me$ ls -dal scripts drwxr-xr-x 53 me staff 1802 sep 1 08:07 scripts
Comments
Post a Comment