Update Poetry script
Signed-off-by: AKU <tom@tdpain.net>
This commit is contained in:
parent
82f5f4b7fe
commit
49916dacdc
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue