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-uninstall: 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 3de2608 commit e6eae68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/bin/sage-pip-uninstall
Expand Up @@ -14,7 +14,7 @@ PIP=pip3
# We should avoid running pip while uninstalling 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"

# --disable-pip-version-check: Don't periodically check PyPI to determine whether a new version of pip is available
# --no-input: Disable prompting for input.
Expand Down

0 comments on commit e6eae68

Please sign in to comment.