diff --git a/20.01. Programming/Python/uv.md b/20.01. Programming/Python/uv.md index 36774ca..c29dea7 100644 --- a/20.01. Programming/Python/uv.md +++ b/20.01. Programming/Python/uv.md @@ -268,4 +268,5 @@ uv 會建立一個臨時的虛擬環境,幫你安裝 rich 套件,並執行 ` 用 `uv cache dir` 列出臨時的虛擬環境的路徑。 用 [`uv cache clean`](https://docs.astral.sh/uv/reference/cli/#uv-cache-clean) 清除臨時的虛擬環境。 -# 參考來源 \ No newline at end of file +# 參考來源 +- [使用 uv 管理 Python 環境 - DEV Community](https://dev.to/codemee/shi-yong-uv-guan-li-python-huan-jing-53hg) \ No newline at end of file