Skip to content

Commit 97abc64

Browse files
committed
...
1 parent 550785d commit 97abc64

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

misc/content/2025/04/manage-python-projects-using-uv/manage-python-projects-using-uv.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Status: published
22
Date: 2025-04-30 06:16:38
3-
Modified: 2025-11-11 00:29:04
3+
Modified: 2025-11-18 18:29:13
44
Author: Benjamin Du
55
Slug: manage-python-projects-using-uv
66
Title: Manage Python Projects Using uv
@@ -15,6 +15,8 @@ Tags: Computer Science, programming, Python, uv, project, management, virtualenv
1515
curl -LsSf https://astral.sh/uv/install.sh | sh
1616

1717
curl -LsSf https://astral.sh/uv/install.sh | env UV_INSTALL_DIR="/usr/local/bin" sh
18+
19+
curl -LsSf https://astral.sh/uv/install.sh | sudo env UV_INSTALL_DIR="/usr/local/bin" sh
1820
```
1921

2022
## Usage

0 commit comments

Comments
 (0)