Created
July 27, 2012 11:14
-
-
Save mindreframer/3187442 to your computer and use it in GitHub Desktop.
RBENV testing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/jamis/rbenv-gemset/ | |
Otherwise, clone rbenv-gemset to the `$HOME/.rbenv/plugins` directory: | |
$ mkdir -p ~/.rbenv/plugins | |
$ cd ~/.rbenv/plugins | |
$ git clone git://github.com/jamis/rbenv-gemset.git | |
## Usage | |
In your application directory, create a file named `.rbenv-gemsets` and put the | |
names of the gemsets you want to use in it, separated by whitespace. The first | |
gemset in the list will be the primary gemset, where new gems will be | |
installed. | |
$ echo my-gemset > .rbenv-gemsets | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment