Skip to content

Commit 2e38997

Browse files
Clarify between pyenv and GNU getopt setup
Co-authored-by: Nick <[email protected]>
1 parent 4752b37 commit 2e38997

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,12 @@ installation is as simple as `brew install gnu-getopt pyenv pyenv-virtualenv` an
6868
adding this to your profile:
6969

7070
```bash
71+
# Enable GNU getopt since it is keg-only
72+
export PATH="$(brew --prefix)/opt/gnu-getopt/bin:$PATH"
73+
74+
# Setup pyenv
7175
export PYENV_ROOT="$HOME/.pyenv"
7276
export PATH="$PYENV_ROOT/bin:$PATH"
73-
export PATH="$(brew --prefix)/opt/gnu-getopt/bin:$PATH"
7477
eval "$(pyenv init --path)"
7578
eval "$(pyenv init -)"
7679
eval "$(pyenv virtualenv-init -)"

0 commit comments

Comments
 (0)