我試圖在我的Mac上安裝一個新的紅寶石版本rvm。爲什麼我選擇重新安裝所有內容有幾個問題。更新新的紅寶石版本問題
有兩種版本的紅寶石。
- 的Mac INTERAL紅寶石 - > 1.8 *
- 用戶VERSON - > 1.9.1(需要> = 1.9.2)
它可以在本地MAC版本上安裝新版本與「命令RVM安裝...」 但是,當我與我的用戶的版本試試,出現此錯誤:
stvn$ rvm install 1.9.2
info: Installing Ruby from source to: /Users/stvn/.rvm/rubies/ruby-1.9.2-p0
info: Downloading ruby-1.9.2-p0, this may take a while depending on your connection...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 8296k 100 8296k 0 139k 0 0:00:59 0:00:59 --:--:-- 102k
info: Extracting ruby-1.9.2-p0 ...
info: Applying patch '' (located at /)
error: Error running 'patch -F25 -p1 -f <"/"', please check /Users/stevenklar/.rvm/log/ruby-1.9.2-p0/patch.apply.*.log
fail: There has been an error applying the specified patches. Aborting the installation.
已經嘗試過在這裏張貼在計算器和谷歌幾種解決方案。沒有任何工作。 這些錯誤似乎與事情有關。路徑。意思rvm使用''作爲路徑,而不是例如'/Users/stvn/.rvm/...'
有人知道如何解決?
您可以發佈任何'/Users/stevenklar/.rvm/log/ruby-1.9.2-p0內容/patch.apply。* .log'? – 2012-04-13 13:17:14
如果你嘗試安裝1.9.3-p125,你會得到同樣的錯誤嗎? – Eugene 2012-04-13 13:24:59
同樣的錯誤,該日誌的內容是上面看到相同的錯誤「錯誤:錯誤運行'patch -F25 -p1 -f <」/「」,請檢查/Users/stevenklar/.rvm/log/ruby-1.9 .2-p0/patch.apply。* .log「 – StvN 2012-04-13 13:41:57