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

the docs is outdated for Ubuntu 20.04 #2471

Closed
jabbalaci opened this issue May 28, 2020 · 4 comments
Closed

the docs is outdated for Ubuntu 20.04 #2471

jabbalaci opened this issue May 28, 2020 · 4 comments
Labels
area/docs Documentation issues/improvements

Comments

@jabbalaci
Copy link

I tried to install poetry on a freshly installed Ubuntu 20.04 and the command python is not available there. Only python3 exists. Thus, on https://python-poetry.org/docs/ , the following line should be updated:

curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python

Instead of python at the end, use python3.

Once I installed it, it created the script ~/.poetry/bin/poetry, whose first line also includes python. The script's first line should be:

#!/usr/bin/env python3
@jabbalaci jabbalaci added area/docs Documentation issues/improvements status/triage This issue needs to be triaged labels May 28, 2020
@SanketDG
Copy link
Contributor

Please see #721

@jabbalaci
Copy link
Author

Why is it still an issue? Python 2 was deprecated in January 2020. A new version of poetry should come out with Python 3 support only!

@abn abn removed the status/triage This issue needs to be triaged label Sep 25, 2020
@neroanalytics
Copy link

I have same issue. Am I missing something? Is this the 21st century? I thought Poetry was a dependency management solution? You think they could get the dependency issues right with their own solution

Copy link

github-actions bot commented Mar 2, 2024

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/docs Documentation issues/improvements
Projects
None yet
Development

No branches or pull requests

5 participants