Using Python 3 with Poetry
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...
codegabru.com