rvmrc

Not getting info message after converting rvm from .rvmrc to .ruby-version

岁酱吖の 提交于 2019-12-12 14:16:54
问题 I've just run rvm rvmrc to ruby-version on a couple of projects. Looked at the produced files, they match what googling says should be in them (.ruby-version & .ruby-gemset). When I cd into the project directories, I no longer get the Using /home/ user /.rvm/gems/ruby-1.9.3-p392 with gemset projectname info message. Is there any way for get info message back? Thanks. 回答1: it should be enough to run: echo rvm_use_flag=2 >> ~/.rvmrc It will tell RVM to display the message always (it does not

Use rvmrc or ruby-version file to set a project gemset with RVM?

本秂侑毒 提交于 2019-11-27 02:29:29
I use RVM, the Ruby Version Manager to specify a Ruby version and a set of gems for each of my Rails projects. I have a .rvmrc file to automatically select a Ruby version and gemset whenever I cd into a project directory. After installing RVM 1.19.0, I get a message 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 /Users/userName/code/railsapps/rails-prelaunch-signup/.rvmrc , .rvmrc will continue to be the default

Use rvmrc or ruby-version file to set a project gemset with RVM?

只谈情不闲聊 提交于 2019-11-26 10:05:07
问题 I use RVM, the Ruby Version Manager to specify a Ruby version and a set of gems for each of my Rails projects. I have a .rvmrc file to automatically select a Ruby version and gemset whenever I cd into a project directory. After installing RVM 1.19.0, I get a message 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