Using Python 3 with Poetry
May 2, 2020 · Install Poetry: curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3 The only problem is that for some reason Poetry doesn’t use Python version 3 by default for any project that you create using it and it do...
Join discussion