Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
build/bin/sage-pip-install: Put lock file in SAGE_VENV, not SAGE_LOCAL
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Sep 26, 2022
1 parent 3cdf86e commit 459ee2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/bin/sage-pip-install
Expand Up @@ -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
Expand Down

0 comments on commit 459ee2f

Please sign in to comment.