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 4752b37 commit 2e38997Copy full SHA for 2e38997
CONTRIBUTING.md
@@ -68,9 +68,12 @@ installation is as simple as `brew install gnu-getopt pyenv pyenv-virtualenv` an
68
adding this to your profile:
69
70
```bash
71
+# Enable GNU getopt since it is keg-only
72
+export PATH="$(brew --prefix)/opt/gnu-getopt/bin:$PATH"
73
+
74
+# Setup pyenv
75
export PYENV_ROOT="$HOME/.pyenv"
76
export PATH="$PYENV_ROOT/bin:$PATH"
-export PATH="$(brew --prefix)/opt/gnu-getopt/bin:$PATH"
77
eval "$(pyenv init --path)"
78
eval "$(pyenv init -)"
79
eval "$(pyenv virtualenv-init -)"
0 commit comments