From 86dd9580bb0dab27e2a8d842cf0d99578c689607 Mon Sep 17 00:00:00 2001 From: Risu <79110363+risu729@users.noreply.github.com> Date: Wed, 4 Dec 2024 20:37:15 +0900 Subject: [PATCH] fix(wsl/home/.config/mise/config.toml): disable python-build for python installation --- wsl/home/.config/mise/config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wsl/home/.config/mise/config.toml b/wsl/home/.config/mise/config.toml index 7314fceb..fb32b65e 100644 --- a/wsl/home/.config/mise/config.toml +++ b/wsl/home/.config/mise/config.toml @@ -47,3 +47,7 @@ bun = true # cspell:ignore pipx [settings.pipx] uvx = true + +[settings.python] +# disable python-build +compile = false