install.python-poetry.org icon indicating copy to clipboard operation
install.python-poetry.org copied to clipboard

Actual version installed is different than it claimed to have installed

Open tchiaspko opened this issue 2 years ago • 1 comments

Here is a console log of the poetry installation on a Mac OSX Ventura. It claims to have installed version 1.3.2 but when I run the "poetry --version" it showed version 1.3.1


 ~/.local/bin  curl -sSL https://install.python-poetry.org | python3 -

Retrieving Poetry metadata

# Welcome to Poetry!

This will download and install the latest version of Poetry,
a dependency and package manager for Python.

It will add the `poetry` command to Poetry's bin directory, located at:

/Users/tonychia/.local/bin

You can uninstall at any time by executing this script with the --uninstall option,
and these changes will be reverted.

Installing Poetry (1.3.2): Installing Poetry
Installing Poetry (1.3.2): Done

Poetry (1.3.2) is installed now. Great!

You can test that everything is set up by executing:

`poetry --version`

 ~/.local/bin 
 ~/.local/bin  poetry --version
Poetry (version 1.3.1)
 ~/.local/bin  ls -ltr

tchiaspko avatar Jan 21 '23 15:01 tchiaspko

Please run which -a poetry -- you most likely have shadowed Poetry with a copy from another source.

neersighted avatar Jan 21 '23 15:01 neersighted