위는 처음으로 작동하지 않고 두 번째로 작동합니다.
새 쉘 창에 대해 루비 버전을 2.0.0으로 설정하십시오.
하기
$ rvm use 2.0.0 --default
준다
Warning! PATH is not properly set up, '/home/durrantm/.rvm/gems/ruby-1.9.3-p125/
bin' is not at first place,
usually this is caused by shell initialization files - check them for '
PATH=...' entries,
it might also help to re-add RVM to your dotfiles: 'rvm get stable --au
to-dotfiles',
to fix temporarily in this shell session run: 'rvm use ruby-1.9.3-p125'
.
Using /home/durrantm/.rvm/gems/ruby-2.0.0-p247
그런 다음 똑같이
$ rvm use 2.0.0 --default
이제 오류가 없습니다.
$ rvm use 2.0.0 --default
Using /home/durrantm/.rvm/gems/ruby-2.0.0-p247
durrantm.../durrantm$
그러나 새 창은 여전히 2.0.0이 아닌 루비 1.9.3을 제공합니다.
내 .bashrc
파일에는 다음이 있습니다.
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
[[ -s "/home/durrantm/.rvm/scripts/rvm" ]] && . "/home/durrantm/.rvm/scripts/rvm"
내 .bash_profile에는 다음이 있습니다.
source ~/.profile
case $- in *i*) . ~/.bashrc;; esac
견딜 수 없는
rvm get stable
작동하는 것처럼 보이지만 많은 녹색 출력이 끝날 때 다음과 같이 표시됩니다.
Could not update RVM, get some help at #rvm IRC channel at freenode servers.
다음을 표시하는 새 터미널 창 rvm list rubies
:
$ rvm list rubies
Warning! PATH is not properly set up, '/home/durrantm/.rvm/gems/ruby-1.9.3-p125/bin' is not at first place,
usually this is caused by shell initialization files - check them for 'PATH=...' entries,
it might also help to re-add RVM to your dotfiles: 'rvm get stable --auto-dotfiles',
to fix temporarily in this shell session run: 'rvm use ruby-1.9.3-p125'.
rvm rubies
=> ruby-1.9.3-p125 [ x86_64 ]
ruby-1.9.3-p194 [ x86_64 ]
* ruby-2.0.0-p247 [ x86_64 ]
# => - current
# =* - current && default
# * - default
~/.bashrc
,,~/.bash_profile
runningrvm get stable --auto-dotfiles
, re-checking , 및 여러 번 확인~/.bashrc
하고 다시 확인한 후 ...이 답변이 마침내 해결되었습니다! Ran : 경고를 없앴습니다! (이럴 ... RVM이 방법은 내 길에 내가 뭘하는지 알고 내가 다른 첫번째 뭔가를 설정하면 ... 경로에 첫번째 것에 대해 너무 몹시 신경을 쓰는 것입니다)~/.bash_profile
~/.profile
rvm reset