소스 검색

python-build: add URL for get-pip for Python 3.6 (#2238)

pull/2240/head
Pedro Fonini 4 년 전
committed by GitHub
부모
커밋
a98fee0555
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      plugins/python-build/bin/python-build

+ 3
- 0
plugins/python-build/bin/python-build 파일 보기

@ -2204,6 +2204,9 @@ if [ -z "${GET_PIP_URL}" ]; then
3.5 | 3.5.* )
GET_PIP_URL="https://bootstrap.pypa.io/pip/3.5/get-pip.py"
;;
3.6 | 3.6.* )
GET_PIP_URL="https://bootstrap.pypa.io/pip/3.6/get-pip.py"
;;
* )
GET_PIP_URL="https://bootstrap.pypa.io/get-pip.py"
;;

불러오는 중...
취소
저장