我想在我的Ubuntu機器上安裝RVM。無法在Ubuntu上使用RVM安裝Ruby on Rails 13.04
我用捲曲得到RVM,但有些RVM命令(安裝要求)拋出此apt-get的錯誤:
There has been error while updating 'apt-get', please give it some time and try again later.
For 404 errors check your sources configured in:
/etc/apt/sources.list
/etc/apt/sources.list.d/*.list
型RVM |頭-1返回
rvm is a function
-bash: type: write error: Broken pipe
其中寶石
/usr/bin/gem
我已經檢查了 「運行命令登錄shell」 選項
遵循的步驟從這個tutorial:
sudo apt-get install curl
curl -L get.rvm.io | bash -s stable --auto
. ~/.bash_profile
rvm requirements - doesn't work properly
我也看過official RVM documentation,但它似乎很simi LAR。
任何想法?
更新:我設法做到了。我禁用了所有第三方ppa網址,並順利安裝。
您執行的步驟是什麼,放在這裏。 –
我跟着這個[教程](http://ryanbigg.com/2010/12/ubuntu-ruby-rvm-rails-and-you/)。我被困在rvm的要求。 – Sebastian
提到了你的問題中的鏈接。 –