0
我在本地機器上安裝了ruby-2.0.0-p0。當我部署我的Rails應用程序時,出現了很多錯誤,我修復了它,並且它正在運行。但同樣,1天后,我嘗試在運行相同的應用程序,我得到這個消息Capistrano在.rvmrc文件中部署錯誤
You are using '.rvmrc', it requires trusting, it is slower and it is not compatible with other ruby managers,
you can switch to '.ruby-version' using 'rvm rvmrc to [.]ruby-version'
or ignore this warnings with 'rvm rvmrc warning ignore /home/Desktop/PV-NEC/pv-nec/.rvmrc',
'.rvmrc' will continue to be the default project file in RVM 1 and RVM 2,
to ignore the warning for all files run 'rvm rvmrc warning ignore all.rvmrcs'.
ruby-2.0.0-p195 is not installed.
To install do: 'rvm install ruby-2.0.0-p195'
我已經把rvm use [email protected]
代碼在我.rvmrc文件。我是否需要改變它或做其他事情。
哎,我改變我的本地機器RVM使用Ruby-2.0.0-P0 .rmvrc文件,但不不是服務器中的.rmvrc。我將相同的ruby-2.0.0-p195放入服務器的.rmvrc文件中 –