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
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:
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
I tried to install poetry on a freshly installed Ubuntu 20.04 and the command
python
is not available there. Onlypython3
exists. Thus, on https://python-poetry.org/docs/ , the following line should be updated:Instead of
python
at the end, usepython3
.Once I installed it, it created the script
~/.poetry/bin/poetry
, whose first line also includespython
. The script's first line should be:The text was updated successfully, but these errors were encountered: