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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: