Skip to content

Commit 580dec9

Browse files
author
Matthias Koeppe
committed
src/bin/sage-env: Remove outdated setting of PIP_FORMAT
1 parent bb7ee85 commit 580dec9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/bin/sage-env

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -592,8 +592,6 @@ if [ "${MAKEFLAGS-__unset__}" != "__unset__" ]; then
592592
fi
593593
export MAKE
594594

595-
export PIP_FORMAT="columns"
596-
597595
# Set the cysignals crash logs directory
598596
if [ -z "$CYSIGNALS_CRASH_LOGS" ]; then
599597
export CYSIGNALS_CRASH_LOGS="$DOT_SAGE/crash_logs"

0 commit comments

Comments
 (0)