From 44d3e5da74bfd5b5398979d9a9db0d29fbceb31a Mon Sep 17 00:00:00 2001 From: Jay Harris Date: Sun, 9 Jun 2019 11:56:45 -0700 Subject: [PATCH] fix(python): convert python install from WebPI to choco closes #26 --- deps.ps1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deps.ps1 b/deps.ps1 index 95e39237..700f6b0c 100644 --- a/deps.ps1 +++ b/deps.ps1 @@ -42,6 +42,7 @@ choco install nuget.commandline --limit-output choco install webpi --limit-output choco install git.install --limit-output -params '"/GitAndUnixToolsOnPath /NoShellIntegration"' choco install nvm.portable --limit-output +choco install python --limit-output choco install ruby --limit-output # browsers @@ -99,8 +100,6 @@ Enable-WindowsOptionalFeature -Online -All -FeatureName ` # Web Platform Installer for remaining Windows features webpicmd /Install /AcceptEula /Products:"UrlRewrite2" -#webpicmd /Install /AcceptEula /Products:"NETFramework452" -webpicmd /Install /AcceptEula /Products:"Python279" ### Node Packages Write-Host "Installing Node Packages..." -ForegroundColor "Yellow"