- OS version and name: debian and windows7
- Poetry version: 1.1.0b2
- Link of a Gist with the contents of your pyproject.toml file: not required
Issue
poetry run python --version > test.txt
test.txt
Python 2.7 will no longer be supported in the next feature release of Poetry (1.2).
You should consider updating your Python version to a supported one.
Note that you will still be able to manage Python 2.7 projects by using the env command.
See https://python-poetry.org/docs/managing-environments/ for more information.
Python 2.7.17
I want suppress this warning but found no way to do that.
poetry -q run python --version > test.txt create a empty file.
-vvvoption).Issue
poetry run python --version > test.txttest.txt
I want suppress this warning but found no way to do that.
poetry -q run python --version > test.txtcreate a empty file.