Update Poetry script

Signed-off-by: AKU <tom@tdpain.net>
This commit is contained in:
akp 2022-01-30 11:48:54 +00:00
parent 82f5f4b7fe
commit 49916dacdc
No known key found for this signature in database
GPG key ID: AA5726202C8879B7

View file

@ -1,6 +1,7 @@
#!/bin/bash
# 2021-06-01 - https://python-poetry.org
# 2022-01-30 - https://python-poetry.org
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3 -
echo "source \$HOME/.poetry/env" >> $HOME/.bashrc
# 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