我是ruby編程的新手,想安裝RVM。我已按照https://rvm.beginrescueend.com/rvm/install/提供的步驟,但我並不能完全地無法安裝RVM
安裝在我安裝我按照步驟如下
STEP1 => user$ bash -s stable < <(curl -sk https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)
O/p
Downloading RVM from wayneeseguin branch stable
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 125 100 125 0 0 19 0 0:00:06 0:00:06 --:--:-- 120
100 796k 100 796k 0 0 64804 0 0:00:12 0:00:12 --:--:-- 186k
Installing RVM to /usr/share/ruby-rvm/
installing - /usr/share/ruby-rvm/man/man1/rvm.1.gz -
installing - /usr/share/ruby-rvm/man/man1/rvm.1 -
RVM system user group 'rvm' exists, proceeding with installation.
# RVM: Shell scripts enabling management of multiple ruby environments.
# RTFM: https://rvm.beginrescueend.com/
# HELP: http://webchat.freenode.net/?channels=rvm (#rvm on irc.freenode.net)
# Screencast: http://screencasts.org/episodes/how-to-use-rvm
# In case of any issues read output of 'rvm requirements' and/or 'rvm notes'
Installation of RVM in /usr/share/ruby-rvm/ is complete.
# user,
#
# Thank you for using RVM!
# I sincerely hope that RVM helps to make your life easier and more enjoyable!!!
#
# ~Wayne
然後給出我已經解僱「用戶$ RVM要求」 它給我輸出我像
Additional Dependencies:
# For Ruby/Ruby HEAD (MRI, Rubinius, & REE), install the following:
ruby: /usr/bin/apt-get install build-essential openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-0 libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev ncurses-dev automake libtool bison subversion
# For JRuby, install the following:
jruby: /usr/bin/apt-get install curl g++ openjdk-6-jre-headless
jruby-head: /usr/bin/apt-get install ant openjdk-6-jdk
# For IronRuby, install the following:
ironruby: /usr/bin/apt-get install curl mono-2.0-devel
但是當使用安裝這些依賴關係後易於得到它給我的錯誤,而射擊指揮「用戶$ RVM列表」
bash: /usr/bin/rvm: No such file or directory
,之後我不能夠訪問RVM ..... 請指引我用特定的方式安裝RVM 我使用Ubuntu 11.10測試版
我已經開了命令「源在/ usr /本地/ RVM /腳本/ RVM」,然後用「式去RVM | head -1「,並得到如」rvm是一個函數「的輸出。之後,我已經運行「rvm use 1.9.2 --default」,並且我得到了1.9.2的紅寶石版本。 – Jeet 2012-01-17 07:04:12
你在正確的軌道上...你需要什麼? – uday 2012-01-17 07:10:30
非常感謝Dave爲您的積極迴應......但我得到了我的解決方案。我忘了在我的評論中提到..... – Jeet 2012-01-17 07:26:08