Skip to content

Commit

Permalink
Remove unexecutable comment, use $0 instead of explicit shell (#912)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones-plip committed Dec 13, 2022
1 parent c0c8506 commit 634ca49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/contribute/code/core/dev-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ To fix this, run the following commands:
brew install pyenv
pyenv install 2.7.18
pyenv global 2.7.18
echo "eval \"\$(pyenv init --path)\"" >> ~/.zshrc (or ~/.bash_profile or ~/.zprofile)
exec zsh
echo "eval \"\$(pyenv init --path)\"" >> ~/.$0rc
. $0
```

### CouchDB on Docker Details
Expand Down

0 comments on commit 634ca49

Please sign in to comment.