8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa5da36 commit 9baac0eCopy full SHA for 9baac0e
README.md
@@ -105,7 +105,7 @@ Add the following to `/etc/profile.d/chruby.sh` or `/etc/profile`:
105
. /usr/local/share/chruby/chruby.sh
106
107
RUBIES=(
108
- /usr/local/ruby-1.9.3-p237
+ /usr/local/ruby-1.9.3-p327
109
/usr/local/jruby-1.7.0
110
/usr/local/rubinius-2.0.0-rc1
111
)
@@ -129,15 +129,15 @@ If you wish to set a default Ruby, simply call `chruby` in `~/.bashrc`:
129
List available Rubies:
130
131
$ chruby
132
- ruby-1.9.3-p237
+ ruby-1.9.3-p327
133
jruby-1.7.0
134
rubinius-2.0.0-rc1
135
136
Select a Ruby:
137
138
$ chruby 1.9.3
139
140
- * ruby-1.9.3-p237
+ * ruby-1.9.3-p327
141
142
143
$ echo $PATH
0 commit comments