We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e86562 commit 6220606Copy full SHA for 6220606
src/libpython_clj2/python/uv.clj
@@ -66,7 +66,7 @@
66
(slurp "python.edn")
67
edn/read-string)]
68
(write-pyproject-toml! deps-edn)
69
- (start-and-print! ["uv" "sync" "--python" (-> deps-edn :python-version)])))
+ (start-and-print! ["uv" "sync" "--managed-python" "--python" (-> deps-edn :python-version)])))
70
71
72
0 commit comments