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
sudo pipx ensurepath --global fails with the error pipx: error: unrecognized arguments: --global.
This occurs becauses sudo apt install pipx installs pipx version 1.4.3 (as mentioned in #1481), and the --global option was only added in pipx version 1.5.0
How to reproduce
Run the commands given in the README for installing pipx on "Ubuntu 23.04 or above"
Describe the bug
sudo pipx ensurepath --global
fails with the errorpipx: error: unrecognized arguments: --global
.This occurs becauses
sudo apt install pipx
installspipx
version 1.4.3 (as mentioned in #1481), and the--global
option was only added inpipx
version 1.5.0How to reproduce
Run the commands given in the README for installing
pipx
on "Ubuntu 23.04 or above"Output
The text was updated successfully, but these errors were encountered: