File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,8 @@ installation is as simple as `brew install gnu-getopt pyenv pyenv-virtualenv` an
68
68
adding this to your profile:
69
69
70
70
``` bash
71
- # Enable GNU getopt since it is keg-only
71
+ # GNU getopt must be explicitly added to the path since it is
72
+ # keg-only
72
73
export PATH=" $( brew --prefix) /opt/gnu-getopt/bin:$PATH "
73
74
74
75
# Setup pyenv
Original file line number Diff line number Diff line change @@ -73,7 +73,8 @@ if [[ $(getopt --version 2> /dev/null) != *"getopt from util-linux"* ]]; then
73
73
74
74
export PATH="$(brew --prefix)/opt/gnu-getopt/bin:$PATH"
75
75
76
- This will enable GNU getopt since it is keg-only.
76
+ GNU getopt must be explicitly added to the PATH since it
77
+ is keg-only.
77
78
78
79
END_OF_LINE
79
80
exit 1
You can’t perform that action at this time.
0 commit comments