Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EdgarOrtegaRamirez/159716f83dc74c14813e20787228c1ca to your computer and use it in GitHub Desktop.
Save EdgarOrtegaRamirez/159716f83dc74c14813e20787228c1ca to your computer and use it in GitHub Desktop.
Install lib v8 v3 therubyracer
Works in macOS Catalina v10.15.x
$ brew install v8@3.15
$ bundle config build.libv8 --with-system-v8
$ bundle config build.therubyracer --with-v8-dir=$(brew --prefix v8@3.15)
$ bundle install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment