pipx icon indicating copy to clipboard operation
pipx copied to clipboard

package "already seems to be installed" error when trying to update to new version

Open DetachHead opened this issue 3 years ago • 2 comments

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

DetachHead avatar Jan 14 '22 02:01 DetachHead

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]

KotlinIsland avatar Jan 14 '22 03:01 KotlinIsland

PR welcome.

gaborbernat avatar Dec 02 '23 17:12 gaborbernat