7 lines
369 B
Bash
Executable file
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
|