We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8f0b1b commit 495862aCopy full SHA for 495862a
CONTRIBUTING.md
@@ -69,7 +69,8 @@ adding this to your profile:
69
70
```bash
71
export PYENV_ROOT="$HOME/.pyenv"
72
-export PATH="$PYENV_ROOT/bin:$(brew --prefix)/opt/gnu-getopt/bin:$PATH"
+export PATH="$PYENV_ROOT/bin:$PATH"
73
+export PATH="$(brew --prefix)/opt/gnu-getopt/bin:$PATH"
74
eval "$(pyenv init --path)"
75
eval "$(pyenv init -)"
76
eval "$(pyenv virtualenv-init -)"
0 commit comments