From 00b6ee532903201c0aa120f72ddcf9742e52893a Mon Sep 17 00:00:00 2001 From: "Jens W. Klein" Date: Wed, 11 Dec 2024 17:07:29 +0100 Subject: [PATCH] no global uv --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d09a3c8..49628e3 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ PYTHON_PACKAGE_INSTALLER?=uv # Flag whether to use a global installed 'uv' or install # it in the virtual environment. # Default: false -MXENV_UV_GLOBAL?=true +MXENV_UV_GLOBAL?=false # Flag whether to use virtual environment. If `false`, the # interpreter according to `PRIMARY_PYTHON` found in `PATH` is used.