Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo in env var for pyenv-pipx.md #16

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/til/pyenv-pipx.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.