Created
September 2, 2015 18:47
-
-
Save jkutner/386fefb6c7f784a22cc6 to your computer and use it in GitHub Desktop.
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
$ cd ~/workspace/jruby/ && git checkout 9.0.1.0 && ./mwn | |
$ cd ~ && rvm use system | |
$ export JRUBY_HOME=~/workspace/jruby/ | |
$ export PATH=~/workspace/jruby/bin:$PATH | |
$ which jruby | |
/Users/jkutner/workspace/jruby/bin/jruby | |
$ jruby -S gem install bundler | |
LoadError: library `java' could not be loaded: java.lang.NoSuchFieldError: closure | |
### | |
$ cd ~/workspace/jruby/ && git checkout 9.0.0.0 && ./mwn clean && ./mvnw | |
$ cd ~ | |
$ jruby -S gem install bundler | |
Fetching: bundler-1.10.6.gem (100%) | |
Successfully installed bundler-1.10.6 | |
1 gem installed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment