We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b76bbae commit 9c63cceCopy full SHA for 9c63cce
WebKitDev/Functions/Install-Python.ps1
@@ -77,11 +77,4 @@ Function Install-Python {
77
78
python get-pip.py $pipInstall;
79
Remove-Item get-pip.py -Force;
80
-
81
- if ($major -eq '2') {
82
- # Install Visual Studio for Python 2.7
83
- $vcForPythonUrl = 'https://download.microsoft.com/download/7/9/6/796EF2E4-801B-4FC4-AB28-B59FBF6D907B/VCForPython27.msi';
84
85
- Install-FromMsi -Name 'VCForPython27' -Url $vcForPythonUrl -NoVerify;
86
- }
87
}
0 commit comments