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",