diff --git a/pages/til/pyenv-pipx.md b/pages/til/pyenv-pipx.md index a0f7abf542..e75c4686f0 100644 --- a/pages/til/pyenv-pipx.md +++ b/pages/til/pyenv-pipx.md @@ -91,5 +91,5 @@ pipx run --spec git+https://github.com/waylonwalker/pyvers pyvers ``` Now once I close this shell I will always end up with -`PYTHON_REQUIRE_VIRTUALENV=true`, since it's in my shell startup script. So +`PIP_REQUIRE_VIRTUALENV=true`, since it's in my shell startup script. So make sure that you reset it or kill this shell before doing any damage.