Created
March 26, 2013 17:35
-
-
Save a-bash/5247412 to your computer and use it in GitHub Desktop.
Installing Gems Locally
This file contains 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
You can specify the installation path with --path: | |
bundle install --path= './gems/' | |
This is a remembered option, so you only need to specify it the first time. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment