Home | History | Annotate | Download | only in cpython3

Lines Matching refs:ENSUREPIP

629 ENSUREPIP
1556 --with(out)-ensurepip=[=upgrade]
16948 # ensurepip option
16949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ensurepip" >&5
16950 $as_echo_n "checking for ensurepip... " >&6; }
16952 # Check whether --with-ensurepip was given.
16961 ENSUREPIP=upgrade ;; #(
16963 ENSUREPIP=install ;; #(
16965 ENSUREPIP=no ;; #(
16967 as_fn_error $? "--with-ensurepip=upgrade|install|no" "$LINENO" 5 ;;
16969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ENSUREPIP" >&5
16970 $as_echo "$ENSUREPIP" >&6; }