Skip to content

Instantly share code, notes, and snippets.

@noel
Created November 13, 2014 04:11
Show Gist options
  • Save noel/83d369d5b6d27efa02f7 to your computer and use it in GitHub Desktop.
Save noel/83d369d5b6d27efa02f7 to your computer and use it in GitHub Desktop.
$ rvm use 1.9.3-p547 --default
ruby-1.9.3-p547 - #gemset created /home/gomezn/.rvm/gems/ruby-1.9.3-p547
Creating alias current for ruby-1.9.3-p547..
Error running 'alias_create_exceute',
showing last 15 lines of /usr/local/rvm/log/1415851770_ruby-1.9.3-p547/alias_create.log
GEM_PATH=/home/gomezn/.rvm/gems/ruby-1.9.3-p547:/home/gomezn/.rvm/gems/ruby-1.9.3-p547@global
command(1): alias_create_exceute
+ for _path in '"$rvm_rubies_path"' '"$rvm_environments_path"' '"$rvm_wrappers_path"'
+ [[ -L /usr/local/rvm/rubies/current ]]
+ command rm -fv /usr/local/rvm/rubies/current
+ rm -fv /usr/local/rvm/rubies/current
removed `/usr/local/rvm/rubies/current'
+ command ln -fs /usr/local/rvm/rubies/ruby-1.9.3-p547 /usr/local/rvm/rubies/current
+ ln -fs /usr/local/rvm/rubies/ruby-1.9.3-p547 /usr/local/rvm/rubies/current
+ for _path in '"$rvm_rubies_path"' '"$rvm_environments_path"' '"$rvm_wrappers_path"'
+ [[ -L /home/gomezn/.rvm/environments/current ]]
+ command ln -fs /home/gomezn/.rvm/environments/ruby-1.9.3-p547 /home/gomezn/.rvm/environments/current
+ ln -fs /home/gomezn/.rvm/environments/ruby-1.9.3-p547 /home/gomezn/.rvm/environments/current
ln: creating symbolic link `/home/gomezn/.rvm/environments/current' to `/home/gomezn/.rvm/environments/ruby-1.9.3-p547': No such file or directory
+ return 1
No bin path suitable for lining wrapper. Try setting 'rvm_bin_path'.
ruby-1.9.3-p547 - #importing gemsetfile /usr/local/rvm/gemsets/default.gems evaluated to empty gem list
ruby-1.9.3-p547 - #generating default wrappers.............
Using /home/gomezn/.rvm/gems/ruby-1.9.3-p547
No bin path suitable for lining wrapper. Try setting 'rvm_bin_path'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment