Skip to content

Commit 495862a

Browse files
author
Michael Saki
committed
Separate pyenv PATH from GNU getopt PATH
1 parent c8f0b1b commit 495862a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ adding this to your profile:
6969

7070
```bash
7171
export PYENV_ROOT="$HOME/.pyenv"
72-
export PATH="$PYENV_ROOT/bin:$(brew --prefix)/opt/gnu-getopt/bin:$PATH"
72+
export PATH="$PYENV_ROOT/bin:$PATH"
73+
export PATH="$(brew --prefix)/opt/gnu-getopt/bin:$PATH"
7374
eval "$(pyenv init --path)"
7475
eval "$(pyenv init -)"
7576
eval "$(pyenv virtualenv-init -)"

0 commit comments

Comments
 (0)