Просмотр исходного кода

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

pull/2240/head
Pedro Fonini 4 лет назад
committed by GitHub
Родитель
Сommit
a98fee0555
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: 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"
;;

Загрузка…
Отмена
Сохранить