Skip to content

Commit c4f210b

Browse files
committed
One Liner Command to Create Gemset and Ruby Version for RVM
If you have a new project called projectname using ruby 2.3.0, this is a quick one liner command you can execute to create your `.ruby-gemset` and `.ruby-version`: ```shell $ cd ~/Workspace/projectname $ rvm use ruby-2.3.0@projectname --ruby-version --create ```
1 parent 43e2e80 commit c4f210b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# One Liner Command to Create Gemset and Ruby Version for RVM
2+
3+
If you have a new project called projectname using ruby 2.3.0,
4+
this is a quick one liner command you can execute to create
5+
your `.ruby-gemset` and `.ruby-version`:
6+
7+
```shell
8+
$ cd ~/Workspace/projectname
9+
$ rvm use ruby-2.3.0@projectname --ruby-version --create
10+
```

0 commit comments

Comments
 (0)