-
-
Notifications
You must be signed in to change notification settings - Fork 192
Pow
postmodern edited this page Dec 18, 2012
·
4 revisions
chruby can be used with pow to select a specific Ruby per project, or system-wide.
To set a default Ruby for all pow apps, puts the following in
~/.powconfig
.
source /etc/profile.d/chruby.sh
To set a Ruby for a single application put the following in .powrc
or
.powenv
in your applications root directory. See Choosing the Right
Environment Script in the pow
manual for details on which file to use.
source /etc/profile.d/chruby.sh
chruby 1.9
Adjust the paths to match your install. This assumes that you have
installed a ruby that matches *1.9*
.