我正在使用ubunutu natty narwhal.I安裝了ruby,rails,rvm等。有時候回來,一切都安然無恙。最近我試圖執行「rails -v
「在命令行上,我收到了令人沮喪的錯誤。嘗試執行rails命令時出現「bad interpreter:Permission denied」錯誤
[email protected]:~$ rails -v
bash: /home/roger/.rvm/gems/ruby-1.9.2-p180/bin/rails: /home/roger/.rvm/rubies/ruby- 1.9.2-p180/bin/ruby:
bad interpreter: Permission denied
我也得到這個錯誤對其他軌道命令我執行 有人可以讓我知道問題是什麼,我怎麼能解決這個問題。
更新:Whereis ruby
給了我這個
[email protected]:~$ whereis ruby
ruby: /usr/bin/ruby /usr/bin/ruby1.8 /usr/lib/ruby /usr/share/man/man1/ruby.1.gz
感謝
這些文件的權限是什麼,它們應該是什麼? – tripleee
你可以'哪個ruby'或'whereis ruby'來確保它指向正確的位置? –
roger @ roger-Inspiron-1545:〜$ whereis ruby ruby:/ usr/bin/ruby /usr/bin/ruby1.8/usr/lib/ruby /usr/share/man/man1/ruby.1.gz 。我該怎麼辦? – rogerstone