Skip to content

Commit

Permalink
fix(python): convert python install from WebPI to choco
Browse files Browse the repository at this point in the history
  • Loading branch information
jayharris committed Jun 9, 2019
1 parent d6f7863 commit 44d3e5d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deps.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 44d3e5d

Please sign in to comment.