Difference between revisions of "Brew install [email protected]"

From wikieduonline
Jump to navigation Jump to search
 
Line 17: Line 17:
 
   export CPPFLAGS="-I/usr/local/opt/[email protected]/include"
 
   export CPPFLAGS="-I/usr/local/opt/[email protected]/include"
  
 +
== Related ==
 +
* <code>[[brew --prefix]] [email protected]</code>
  
 
== See also ==
 
== See also ==

Latest revision as of 09:38, 21 October 2021

==> [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"

Related[edit]

See also[edit]

Advertising: