Closed sgg closed 2 years ago
Hello @sgg,
the get-poetry.py
script is now replaced by https://github.com/python-poetry/install.python-poetry.org. If you think your suggestions are still valuable please open a new issue over in that repository.
fin swimmer
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.
Feature Request
I like the one-liner nature of the recommended installation flow for Poetry but I think there are some pointy edges that could be improved:
POETRY_HOME
directory can only be set via environment variable and not command line flag.Recommendations
python -c "$(curl <...>)"
) and allow for opt-in unattended installation via a command line argument.It is worth noting that this is related to #898 but the scope is a bit different.
If folks are on-board with any of these recommendations I'd be happy to put up a PR!