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 7138db2 commit 1ead52bCopy full SHA for 1ead52b
lib/pythonx/uv.ex
@@ -28,7 +28,7 @@ defmodule Pythonx.Uv do
28
File.write!(Path.join(project_dir, "pyproject.toml"), pyproject_toml)
29
30
# We always use uv-managed Python, so the paths are predictable.
31
- if run!(["sync", "--python-preference", "only-managed"],
+ if run!(["sync", "--managed-python", "--no-config"],
32
cd: project_dir,
33
env: %{"UV_PYTHON_INSTALL_DIR" => python_install_dir},
34
uv_version: opts[:uv_version]
0 commit comments