Home | History | Annotate | Download | only in cpython2

Lines Matching refs:ENSUREPIP

627 ENSUREPIP
1536 --with(out)-ensurepip=[=OPTION]
15425 # ensurepip option
15426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ensurepip" >&5
15427 $as_echo_n "checking for ensurepip... " >&6; }
15429 # Check whether --with-ensurepip was given.
15438 ENSUREPIP=upgrade ;; #(
15440 ENSUREPIP=install ;; #(
15442 ENSUREPIP=no ;; #(
15444 as_fn_error $? "--with-ensurepip=upgrade|install|no" "$LINENO" 5 ;;
15446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ENSUREPIP" >&5
15447 $as_echo "$ENSUREPIP" >&6; }