Skip to content

Instantly share code, notes, and snippets.

@sillygwailo
Last active December 15, 2015 21:09
Show Gist options
  • Save sillygwailo/5323270 to your computer and use it in GitHub Desktop.
Save sillygwailo/5323270 to your computer and use it in GitHub Desktop.
Yak Shaving to Install Tabula
$ 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