私はRubyonRailsを初めて使用します。次のコマンドを使用して、ruby、rails、rvmをインストールしてみました。
curl -L get.rvm.io | bash -s stable --rails
正常に動作しましたが、現在、ruby&rails(ruby -v
、rails -v
)のバージョンを確認しようとしていますcommand not found
。
これはそれが示すものです(私は最後の数行だけを貼り付けました...):
Installing RDoc documentation for json-1.7.4...
Installing RDoc documentation for rdoc-3.12...
Installing RDoc documentation for railties-3.2.7...
Installing RDoc documentation for rails-3.2.7...
* To start using RVM you need to run `source /home/betteruse/.rvm/scripts/rvm`
in all your open shell windows, in rare cases you need to reopen all shell windows.
* To start using rails you need to run `rails new <project_dir>`.
[betteruse@BL-58 ~]$ ruby -v
bash: ruby: command not found
[betteruse@BL-58 ~]$ rails -v
bash: rails: command not found
誰でも助けることができますか?ありがとう !!!