Home | History | Annotate | Download | only in cpython3

Lines Matching refs:ENSUREPIP

626 ENSUREPIP
1538 --with(out)-ensurepip=[=upgrade]
16473 # ensurepip option
16474 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ensurepip" >&5
16475 $as_echo_n "checking for ensurepip... " >&6; }
16477 # Check whether --with-ensurepip was given.
16486 ENSUREPIP=upgrade ;; #(
16488 ENSUREPIP=install ;; #(
16490 ENSUREPIP=no ;; #(
16492 as_fn_error $? "--with-ensurepip=upgrade|install|no" "$LINENO" 5 ;;
16494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ENSUREPIP" >&5
16495 $as_echo "$ENSUREPIP" >&6; }