install.python-poetry.org
install.python-poetry.org copied to clipboard
Actual version installed is different than it claimed to have installed
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
Please run which -a poetry -- you most likely have shadowed Poetry with a copy from another source.