NoteIn
Get startet
Recent notes
11 months ago
#rvm
#ruby
If you want create the .ruby-version and .ruby-gemset file in a short way you can use the commands like this:
rvm use 2.3.3@appname --create
.ruby-gemset
rvm --create --ruby-version 2.3.3@appname
.ruby-version
Read more...
jan