-
Notifications
You must be signed in to change notification settings - Fork 414
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
Global parameter does not work using ensurepath command #1337
Comments
Hi @marcosalberto, could you please provide the version of pipx you are on? Edit: I just saw your PR. Does setting |
Hi @Gitznik, I'm using the 1.5.0 version and change the parameter position fixes the issue.
Sorry by didn't add a comment making reference to the PR. |
Ah, I just installed pipx for the first time and caught this. This works.
This doesn't work
|
Same issue here, exactly as @boris-ning-usds described. |
Will work as described in the documentation in the upcoming |
i have issue with and |
there's a typo in |
I have the same issue: sudo pipx ensurepath --global |
Which version of |
I had the same error with
I followed docs for ubuntu installation and ended up with 1.0.0, when the latest is 1.6.0 🤷♂️ Fix:
|
Yes, unfortunately the pipx version bundled for ubuntu is massively outdated (see here), and the |
Should we suggest to use pipx-managed pipx as discussed here: #1341 ? IMO, it works quite well for me on Linux/Mac/Windows. |
Mind opening a new issue for this? |
Here we go: #1449 |
Describe the bug
Follow the pipx install documentation for MacOS causes a "unrecognized arguments" error on ensurepath command.
How to reproduce
➜ ~ sudo pipx ensurepath --global
Password:
usage: pipx [-h] [--quiet] [--verbose] [--global] [--version]
{install,uninject,inject,upgrade,upgrade-all,uninstall,uninstall-all,reinstall,reinstall-all,list,interpreter,run,runpip,ensurepath,environment,completions} ...
pipx: error: unrecognized arguments: --global
➜ ~
Expected behavior
Install pipx globally without errors
The text was updated successfully, but these errors were encountered: