Skip to content

Commit dddf3ca

Browse files
author
Release Manager
committed
Trac #34853: sage-env: Fix misconfiguration of pip
{{{ ./sage -sh -c 'pip cache' git:t/34851/upgrade_singular_to_4_3_1p3 An error occurred during configuration: option format: invalid choice: 'columns' (choose from 'human', 'abspath') }}} as noted in https://trac.sagemath.org/ticket/34850#comment:19 URL: https://trac.sagemath.org/34853 Reported by: mkoeppe Ticket author(s): Matthias Koeppe Reviewer(s): Dima Pasechnik
2 parents 6f63102 + 580dec9 commit dddf3ca

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)