pipx
pipx copied to clipboard
package "already seems to be installed" error when trying to update to new version
C:\Users\amogus>pipx list
venvs are in C:\Users\amogus\.local\pipx\venvs
apps are exposed on your $PATH at C:\Users\amogus\.local\bin
package poetry 1.1.12, installed using Python 3.10.0rc2
- poetry.exe
C:\Users\amogus>pipx install poetry==1.2.0a2
'poetry' already seems to be installed. Not modifying existing installation in 'C:\\Users\\amogus\\.local\\pipx\\venvs\\poetry'. Pass '--force' to force installation.
it should detect that i'm updating the package and not show this error
It would be good if a confirmation message like: poetry version '1.1.12' already installed in '<path>', would you like to overwrite it with version '1.2.0a2'? [yn]
PR welcome.