Skip to content

Commit ba0fc19

Browse files
michaelsakijsf9k
andauthored
Combine PATH exports to single line
Co-authored-by: Shane Frasier <[email protected]>
1 parent ba86ead commit ba0fc19

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,8 @@ installation is as simple as `brew install gnu-getopt pyenv pyenv-virtualenv` an
6767
adding this to your profile:
6868

6969
```bash
70-
export PATH="/usr/local/opt/gnu-getopt/bin:$PATH"
7170
export PYENV_ROOT="$HOME/.pyenv"
72-
export PATH="$PYENV_ROOT/bin:$PATH"
71+
export PATH="$PYENV_ROOT/bin:/usr/local/opt/gnu-getopt/bin:$PATH"
7372
eval "$(pyenv init --path)"
7473
eval "$(pyenv init -)"
7574
eval "$(pyenv virtualenv-init -)"

0 commit comments

Comments
 (0)