Created
May 13, 2021 09:40
-
-
Save mitchwongho/24e6d1ec716fe4d33fae3b2f3f368abf to your computer and use it in GitHub Desktop.
Brew Caveat: Ruby
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
==> [email protected] | |
By default, binaries installed by gem will be placed into: | |
/usr/local/lib/ruby/gems/2.7.0/bin | |
You may want to add this to your PATH. | |
[email protected] is keg-only, which means it was not symlinked into /usr/local, | |
because this is an alternate version of another formula. | |
If you need to have [email protected] first in your PATH, run: | |
echo 'export PATH="/usr/local/opt/[email protected]/bin:$PATH"' >> ~/.zshrc | |
For compilers to find [email protected] you may need to set: | |
export LDFLAGS="-L/usr/local/opt/[email protected]/lib" | |
export CPPFLAGS="-I/usr/local/opt/[email protected]/include" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment