From 459ee2fc38ab5c4d170f0afd0c19b1e2abf7b2ae Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Fri, 22 Jul 2022 12:56:00 -0700 Subject: [PATCH] build/bin/sage-pip-install: Put lock file in SAGE_VENV, not SAGE_LOCAL --- build/bin/sage-pip-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/bin/sage-pip-install b/build/bin/sage-pip-install index 08978fe5717..71f436a4b47 100755 --- a/build/bin/sage-pip-install +++ b/build/bin/sage-pip-install @@ -28,7 +28,7 @@ PIP=pip3 # We should avoid running pip while installing a package because that # is prone to race conditions. Therefore, we use a lockfile while # running pip. This is implemented in the Python script sage-flock -LOCK="$SAGE_LOCAL/var/lock/$PIP.lock" +LOCK="$SAGE_VENV/var/lock/$PIP.lock" # Trac #33155: Pythons installed using the python.org macOS installers # for Python < 3.10 identify macOS Big Sur and newer as "10.16", causing