nathanshelly / .files

.💙
16 stars 8 forks source link

Figure out `poetry` installation #65

Closed nathanshelly closed 3 years ago

nathanshelly commented 4 years ago
# <<<< poetry >>>>
# TODO: fix poetry setup
# install poetry (Python dependency management)
# ref - https://github.com/sdispater/poetry#installation
# curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python

# set poetry to create virtualenvs in project root
# ref - https://github.com/sdispater/poetry/issues/108
# poetry config settings.virtualenvs.in-project true
# <<<< end of poetry >>>>
nathanshelly commented 3 years ago

no longer relevant. As of today I follow this method for building python projects - https://www.tweag.io/blog/2020-08-12-poetry2nix/