From 437c6b0ab7bec1943e36dc6ec28502560b32e5ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Mon, 6 Jan 2025 18:05:27 +0100 Subject: [PATCH] Update the cli args for pip when vendorizing pymupdf --- install/linux/vendor-pymupdf.py | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/install/linux/vendor-pymupdf.py b/install/linux/vendor-pymupdf.py index 2fcf184..1988154 100755 --- a/install/linux/vendor-pymupdf.py +++ b/install/linux/vendor-pymupdf.py @@ -53,12 +53,9 @@ def main(): # instructed here: # https://pip.pypa.io/en/latest/user_guide/#using-pip-from-your-program cmd = [ - sys.executable, - "-m", - "pip", - "install", - "--no-cache-dir", - "--no-compile", + "uv", "pip", "install", + "--no-cache", + "--no-compile-bytecode", "--target", args.dest, "--requirement",