Skip to content

Commit

Permalink
Trac #34853: sage-env: Fix misconfiguration of pip
Browse files Browse the repository at this point in the history
{{{
./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
  • Loading branch information
Release Manager committed Jan 5, 2023
2 parents 6f63102 + 580dec9 commit dddf3ca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/bin/sage-env
Original file line number Diff line number Diff line change
Expand Up @@ -592,8 +592,6 @@ if [ "${MAKEFLAGS-__unset__}" != "__unset__" ]; then
fi
export MAKE

export PIP_FORMAT="columns"

# Set the cysignals crash logs directory
if [ -z "$CYSIGNALS_CRASH_LOGS" ]; then
export CYSIGNALS_CRASH_LOGS="$DOT_SAGE/crash_logs"
Expand Down

0 comments on commit dddf3ca

Please sign in to comment.