setup-files/poetry.sh
AKU 49916dacdc
Update Poetry script
Signed-off-by: AKU <tom@tdpain.net>
2022-01-30 11:48:54 +00:00

7 lines
369 B
Bash
Executable file

#!/bin/bash
# 2022-01-30 - https://python-poetry.org
# This is deprecated - add --uninstall to remove old versions. curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3 -
curl -sSL https://install.python-poetry.org | python3 -
# This was used with the deprecated installer. echo "source \$HOME/.poetry/env" >> $HOME/.bashrc