From 58da46128143a313976eb3c857ce5ad2feba9ff1 Mon Sep 17 00:00:00 2001 From: "Charlie (cshen.dev)" Date: Sun, 21 Sep 2025 23:22:12 +1000 Subject: [PATCH] docs: fix the link to Pyenv shell setup steps --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8ed838..266a22a 100644 --- a/README.md +++ b/README.md @@ -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 -)"