Skip to content

Commit 6220606

Browse files
authored
Update uv.clj
use "--managed-python"
1 parent 9e86562 commit 6220606

File tree

1 file changed

+1
-1
lines changed
  • src/libpython_clj2/python

1 file changed

+1
-1
lines changed

src/libpython_clj2/python/uv.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
(slurp "python.edn")
6767
edn/read-string)]
6868
(write-pyproject-toml! deps-edn)
69-
(start-and-print! ["uv" "sync" "--python" (-> deps-edn :python-version)])))
69+
(start-and-print! ["uv" "sync" "--managed-python" "--python" (-> deps-edn :python-version)])))
7070

7171

7272

0 commit comments

Comments
 (0)