Installation

Alternatives

變更 python 指令的預設路徑

alternatives --set python /usr/bin/python3
# Or
alternatives --config python

# Check the list
alternatives --list
Poetry

Poetry 應該要安裝在 Python 虛擬環境,與主要系統間做隔離。

curl -sSL https://install.python-poetry.org | python3 -


Revision #6
Created 14 June 2024 17:02:07 by Admin
Updated 3 December 2024 11:48:49 by Admin