06 Dec 2023
Das Python Paketmanagementsystem Poetry unter FreeBSD installieren
Einfach via pip als normaler (!!!) User installieren.
pip install --user poetry
pip install poetry -U
Dann noch den Pfad in .profile setzen, und .profile gleich danach sourcen:
cat << EOF >> ~/.profile
# Poetry, added $(date)
export PATH=\$PATH:~/.local/bin
EOF
. ~/.profile