完成後RVM的重裝產生以下錯誤:紅寶石:RVM安裝錯誤「無法源......」
WARNING:
Could not source '/Users/developer/.rvm/scripts/base' as file does not exist.
RVM will likely not work as expected.
WARNING:
Could not source '/Users/developer/.rvm/scripts/version' as file does not exist.
RVM will likely not work as expected.
WARNING:
Could not source '/Users/developer/.rvm/scripts/selector' as file does not exist.
RVM will likely not work as expected.
WARNING:
Could not source '/Users/developer/.rvm/scripts/cd' as file does not exist.
RVM will likely not work as expected.
WARNING:
Could not source '/Users/developer/.rvm/scripts/cli' as file does not exist.
RVM will likely not work as expected.
WARNING:
Could not source '/Users/developer/.rvm/scripts/override_gem' as file does not exist.
RVM will likely not work as expected.
cat: /Users/developer/.rvm/VERSION: No such file or directory
/Users/developer/.rvm/src/rvm/scripts/rvm: line 133: __rvm_conditionally_add_bin_path: command not found
我重新安裝後,我試圖讓RVM與TextMate的和RVM工作搏鬥行爲變得很奇怪(報告沒有gemsets它會列出)所以我跑:
rvm implode
...然後手動刪除可執行文件。然後我跑了通過嚴格遵循single user instructions from the home site.
我發現錯誤後重新安裝,我調查的路徑,發現~/.rvm/scripts/
和~/.rvm/src/rvm/scripts/
許多文件,顯然不應該是可執行文件並沒有執行權限。
RVM根本無法運行,所以我在兩個目錄中的所有文件上設置了可執行位,並且似乎有固定的東西。 (至少到目前爲止)。
使用谷歌搜索,似乎其他人已經遇到了這個問題,但似乎沒有解釋或解決方案。我想知道這是否是已知問題,以及是否應該再次重新安裝。
我在MacOS X 10.6.7
今天我在Gentoo系統這個問題。我認爲它是因爲RVM足夠讓你通過Git安裝;我敢打賭,在那裏有一個不好的承諾。也許它使用標籤;我不知道。安裝過程很荒謬。 – alternative 2011-05-17 23:42:53
在我的任何安裝中,我都沒有看到這個,但我沒有必要做一個乾淨的安裝一段時間,只有更新,這可能會掩蓋問題。我建議從作者處反彈。您可以使用'rvm -v'找到他的聯繫信息。 – 2011-05-18 00:30:01
「安裝過程很荒謬。」怎麼會這樣?我運行bash命令並安裝。 – 2011-05-18 00:31:45