What enviroment variables should be set when using ruby? #534
Unanswered
ssxcxS45XT
asked this question in
Getting started
Replies: 1 comment
-
You need to set If you're not sure, it's likely that you are not doing this, in which case there is no need for you to set these variables. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here is the output of
brew info ruby
. It is clear that PATH will need to be set.But what about LDFLAGS, CPPFLAGS and PKG_CONFIG_PATH? If they are set, will they cause any conflict when other package (may or may not be homebrew packages need to use the native ruby on Mac OS X)? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions