docs: fix the link to Pyenv shell setup steps

This commit is contained in:
Charlie (cshen.dev) 2025-09-21 23:22:12 +10:00 committed by GitHub
parent 4b3f5f8468
commit 58da461281
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -88,7 +88,7 @@ brew install --HEAD pyenv-virtualenv
```
After installation, you'll still need to do
[Pyenv shell setup steps](https://github.com/pyenv/pyenv#basic-github-checkout)
[Pyenv shell setup steps](https://github.com/pyenv/pyenv#b-set-up-your-shell-environment-for-pyenv)
then add
```sh
eval "$(pyenv virtualenv-init -)"