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 2024-06-14 17:02:07 CST by A-Lang (Admin)
Updated 2024-12-03 11:48:49 CST by A-Lang (Admin)