File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ adding this to your profile:
68
68
69
69
``` bash
70
70
export PYENV_ROOT=" $HOME /.pyenv"
71
- export PATH=" $PYENV_ROOT /bin:/usr/local /opt/gnu-getopt/bin:$PATH "
71
+ export PATH=" $PYENV_ROOT /bin:$( brew --prefix ) /opt/gnu-getopt/bin:$PATH "
72
72
eval " $( pyenv init --path) "
73
73
eval " $( pyenv init -) "
74
74
eval " $( pyenv virtualenv-init -) "
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ if [[ $(getopt --version 2> /dev/null) != *"getopt from util-linux"* ]]; then
63
63
is as simple as `brew install gnu-getopt` and adding this to your
64
64
profile:
65
65
66
- export PATH="/usr/local /opt/gnu-getopt/bin:$PATH"
66
+ export PATH="$(brew --prefix) /opt/gnu-getopt/bin:$PATH"
67
67
68
68
END_OF_LINE
69
69
exit 1
You can’t perform that action at this time.
0 commit comments