Skip to content

Commit aa94681

Browse files
committed
fix(): Update pip location for Python 2.7
1 parent 9dafaaf commit aa94681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WebKitDev/Functions/Install-Python.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Function Install-Python {
5555
}
5656
else {
5757
$pythonUrl = ('https://www.python.org/ftp/python/{0}/python-{0}.amd64.msi' -f $version);
58-
$getPip = 'https://bootstrap.pypa.io/2.7/get-pip.py';
58+
$getPip = 'https://bootstrap.pypa.io/pip/2.7/get-pip.py';
5959

6060
$options = @(
6161
'ALLUSERS=1',

0 commit comments

Comments
 (0)