উপরে প্রথমবার কাজ করে না, দ্বিতীয়বার কাজ করে।
যে কোনও নতুন শেল উইন্ডোর জন্য রুবি সংস্করণ 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$
তবে নতুন উইন্ডোজ আমাকে এখনও ২.০.০ নয়, রুবি দিচ্ছে
আমার .bashrc
ফাইলটিতে এটি রয়েছে:
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
[[ -s "/home/durrantm/.rvm/scripts/rvm" ]] && . "/home/durrantm/.rvm/scripts/rvm"
আমার .বাশ_ প্রোফাইলে রয়েছে:
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
, দৌড়ানোrvm get stable --auto-dotfiles
পুনরায় পরীক্ষণ~/.bashrc
,~/.bash_profile
এবং~/.profile
অনেক বার ... এই উত্তর পরিশেষে এটা সংশোধন করা হয়েছে! রান:rvm reset
এবং এটি সতর্কতা থেকে মুক্তি পেয়েছে! (এই প্রোগ্রামটিতে ... RVM আমার পথে আমি জানি আমি কি করছি পাথ হচ্ছে প্রথম ... যদি আমি কিছু সেট অন্য প্রথম খুব খুঁতখুঁতে উপায়)