Replies: 1 comment 2 replies
-
Sorry you ran into trouble! You have the right hunch for a fix. It sounds like you created (or had) a project before following the appendix instructions and ran the installation there. The intent is to install pipx into the globally-enabled Python installation so that it is available on your path. You could do this by running the same installation command for pipx from e.g. your home directory. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After installing asdf and python-launcher on macos (see appendix A), I installed pipx as in appendix B (
py -m pip install pipx
). After starting a new shell, pipx is not found in $PATH.I see it was installed in my .venv for my repository, should it be installed somewhere else while I'm not in a virtual environment? Is the installation instruction in B.1 correct or am I missing some precondition?
Beta Was this translation helpful? Give feedback.
All reactions