ruby - rvm default still not working -
this such pain. it's happened before still unable figure out.
[~]$ rvm use 2.1.5 using /users/snowcrash/.rvm/gems/ruby-2.1.5 [~]$ rvm head downloading https://get.rvm.io no gpg software exists validate rvm-installer, skipping. downloading https://github.com/rvm/rvm/archive/master.tar.gz upgrading rvm installation in /users/snowcrash/.rvm/ rvm path line found in /users/snowcrash/.mkshrc /users/snowcrash/.profile /users/snowcrash/.bashrc /users/snowcrash/.zshrc. rvm sourcing line found in /users/snowcrash/.profile /users/snowcrash/.bash_profile /users/snowcrash/.zlogin. installing rvm gem in 1 gemsetserror running 'command gem install /users/snowcrash/.rvm/gem-cache/rvm-1.11.3.9.gem --local --no-ri --no-rdoc', showing last 15 lines of /users/snowcrash/.rvm/log/1434304025_ruby-2.0.0-p195/gem.install.rvm->=1.11.3.9.log [2015-06-14 13:47:05] command current path: /users/snowcrash/.rvm/src/rvm gem_home=/users/snowcrash/.rvm/gems/ruby-2.0.0-p195@global path=/users/snowcrash/.rvm/gems/ruby-2.0.0-p195@global/bin:/users/snowcrash/.rvm/rubies/ruby-2.0.0-p195/bin:/users/snowcrash/.rvm/bin:/library/frameworks/python.framework/versions/2.6/bin:/opt/local/bin:/opt/local/sbin:/library/frameworks/python.framework/versions/current/bin:/usr/bin:/users/snowcrash/library/ec2-api-tools-1.3-24159/bin:/users/snowcrash/bin:/users/snowcrash/library/android-sdk-mac_86:/users/snowcrash/library/android-sdk-mac_86/platform-tools:/users/snowcrash/library/bin:/usr/local/mysql/bin:/library/postgresql/9.1/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/x11/bin:/users/snowcrash/bin/gsutil:/usr/local/graphviz-2.14/bin gem_path=/users/snowcrash/.rvm/gems/ruby-2.0.0-p195@global
i've checked .bash_profile files, etc seem use 2.1.5. 2.0.0 coming from?
if want set default, need do
rvm --default use 2.1.5
then ruby -v
should have correct version.
Comments
Post a Comment