You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The installation doc hints at this instruction : sudo pipx ensurepath --global # optional to allow pipx actions with --global argument while it should be sudo pipx --global ensurepath # optional to allow pipx actions with --global argument
Otherwise we get the following error :
The instruction should be [sudo] pipx [options] [commands] instead of [sudo] pipx [commands] [options]
While it makes more sense to use the latter, the current software allows only the former.
How to reproduce
Launch the instruction from the doc : sudo pipx ensurepath --global # optional to allow pipx actions with --global argument
Expected behavior
No errors
The text was updated successfully, but these errors were encountered:
@MokhFn I have provided a fix for this in #1397 and you should be able to run sudo pipx ensurepath --global in the next release, but please run sudo pipx --global ensurepath for now.
Describe the bug
The installation doc hints at this instruction :
sudo pipx ensurepath --global # optional to allow pipx actions with --global argument
while it should besudo pipx --global ensurepath # optional to allow pipx actions with --global argument
Otherwise we get the following error :
The instruction should be
[sudo] pipx [options] [commands]
instead of[sudo] pipx [commands] [options]
While it makes more sense to use the latter, the current software allows only the former.
How to reproduce
Launch the instruction from the doc :
sudo pipx ensurepath --global # optional to allow pipx actions with --global argument
Expected behavior
No errors
The text was updated successfully, but these errors were encountered: