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 ba86ead commit ba0fc19Copy full SHA for ba0fc19
CONTRIBUTING.md
@@ -67,9 +67,8 @@ installation is as simple as `brew install gnu-getopt pyenv pyenv-virtualenv` an
67
adding this to your profile:
68
69
```bash
70
-export PATH="/usr/local/opt/gnu-getopt/bin:$PATH"
71
export PYENV_ROOT="$HOME/.pyenv"
72
-export PATH="$PYENV_ROOT/bin:$PATH"
+export PATH="$PYENV_ROOT/bin:/usr/local/opt/gnu-getopt/bin:$PATH"
73
eval "$(pyenv init --path)"
74
eval "$(pyenv init -)"
75
eval "$(pyenv virtualenv-init -)"
0 commit comments