/bin/bash --login
previously, you would have had a file .rvmrc, inside your myrubyapp dir, and in it would have been:
rvm use 2.1.0@myrubyapp
now, you would not create the .rvmrc file, and instead, create two files as follows:
now, you would not create the .rvmrc file, and instead, create two files as follows:
create a file named: .ruby-version:
in it, enter: 2.1.0
create a file named: .ruby-gemset:
in it, enter: myrubyapp
all done...
No comments:
Post a Comment