Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Actual version installed is different than it claimed to have installed #104

Open
tchiaspko opened this issue Jan 21, 2023 · 1 comment
Open

Comments

@tchiaspko
Copy link

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
@neersighted
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants