.pkg installer doesn't give PATH commands #4689
Unanswered
DanMarcusPactFi
asked this question in
Getting started
Replies: 2 comments 1 reply
-
It shouldn’t. I think the same issue was reported in the following issue: And PR: The fix will probably be in of the next few releases. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
How to do this on linux? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew configOutput of
brew doctorDescription of issue
This is more feedback now that I've resolved the issue, but it's a really dumb issue to start with.
After using the .pkg installer provided (https://github.com/Homebrew/brew), the final steps read as follows:
"Next steps:
To add Homebrew to your PATH run brew shellenv in your shell profile (e.g. ~/.bash_profile or ~/.zprofile)
Run brew help to get started"
How the heck is anyone supposed to know what "run brew shellenv in your shell profile (e.g. ~/.bash_profile or ~/.zprofile)" means?
Running
brew helpdoesn't actually DO anything yet, as the above step is required to set the PATH.By comparison, installing via CLI provides the commands:
Why would these steps be described for the curl install but not for the .pkg install which is supposed to make things easier?
Beta Was this translation helpful? Give feedback.
All reactions