Last active
March 9, 2020 11:26
-
-
Save tvcam/8bc9d054c4c3cad26a435f5d4f665e23 to your computer and use it in GitHub Desktop.
Fail to install therubyracer in Mac
This file contains 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
brew install [email protected] | |
gem install libv8 -v '3.16.14.13' -- --with-system-v8 | |
gem install therubyracer -- --with-v8-dir=/usr/local/opt/[email protected] | |
bundle install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment