Last active
December 15, 2015 21:09
-
-
Save sillygwailo/5323270 to your computer and use it in GitHub Desktop.
Yak Shaving to Install Tabula
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
$ git clone https://github.com/jazzido/tabula | |
[Worked.] | |
$ sudo brew install rbenv | |
[] | |
rbenv install 1.9.3-p392 | |
rbenv: no such command `install' | |
$ rvm install 1.9.3-p392 | |
[Worked?] | |
$ rvm install jruby-1.7.3 | |
[...] | |
Error: Your application used more stack memory than the safety cap of 2048K. | |
Found https://github.com/jruby/jruby/issues/346 | |
$ rvm get stable | |
[Worked.] | |
$ sudo rvm install jruby-1.7. | |
[...] | |
rvm reinstall jruby-1.7.3 | |
$ rvm reinstall jruby-1.7.3 | |
[Underway.] | |
Installed Quartz. Why did I do that? Because the Tabula install instructions told me to. | |
Skipped the installing Python part. | |
$ pip install numpy | |
[...] | |
RuntimeError: Broken toolchain: cannot link a simple C program | |
Maybe http://stackoverflow.com/questions/9622004/building-numpy-scipy-for-python3-on-mac-os-lion will help? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment