Created
March 6, 2012 08:03
-
-
Save 4E71/1984831 to your computer and use it in GitHub Desktop.
RVM: Commands
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
# Prepare OSX to use Pygmantize. | |
# Assumes using RVM, multiple ruby versions installed, & gemset has been created. | |
# Commands are executed via bash. | |
# More Info: https://github.com/injekt/rack-pygmentize | |
# http://pygments.org/ | |
ruby -v # Check ruby version. Default is ruby 1.8.7. | |
rvm 1.9.3-head # Switch to ruby version. | |
rvm gemset use SOME_GEMSET_NAME # Specify gemset to use. | |
sudo easy_install Pygments # Install Pygments. | |
gem install rack-pygmentize # Install gem for use. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment