File tree 1 file changed +12
-3
lines changed
1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -485,13 +485,22 @@ if [ -z "${GET_PIP_URL}" ]; then
485
485
GET_PIP_URL=" https://bootstrap.pypa.io/pip/2.7/get-pip.py"
486
486
;;
487
487
3.2 | 3.2.* )
488
- GET_PIP_URL=" https://bootstrap.pypa.io/3.2/get-pip.py"
488
+ GET_PIP_URL=" https://bootstrap.pypa.io/pip/ 3.2/get-pip.py"
489
489
;;
490
490
3.3 | 3.3.* )
491
- GET_PIP_URL=" https://bootstrap.pypa.io/3.3/get-pip.py"
491
+ GET_PIP_URL=" https://bootstrap.pypa.io/pip/3.3/get-pip.py"
492
+ ;;
493
+ 3.4 | 3.4.* )
494
+ GET_PIP_URL=" https://bootstrap.pypa.io/pip/3.4/get-pip.py"
495
+ ;;
496
+ 3.5 | 3.5.* )
497
+ GET_PIP_URL=" https://bootstrap.pypa.io/pip/3.5/get-pip.py"
498
+ ;;
499
+ 3.6 | 3.6.* )
500
+ GET_PIP_URL=" https://bootstrap.pypa.io/pip/3.6/get-pip.py"
492
501
;;
493
502
* )
494
- GET_PIP_URL=" https://bootstrap.pypa.io/get-pip.py"
503
+ GET_PIP_URL=" https://bootstrap.pypa.io/pip/ get-pip.py"
495
504
;;
496
505
esac
497
506
fi
You can’t perform that action at this time.
0 commit comments