From 346d6ba907e312fa7287165109b41428f8802477 Mon Sep 17 00:00:00 2001 From: Gary Ewan Park Date: Sun, 13 May 2018 10:31:24 +0100 Subject: [PATCH] Removed pip installation - pip is already installed with the installation of python, and therefore not required. --- dev_web_nodejs.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/dev_web_nodejs.ps1 b/dev_web_nodejs.ps1 index a413681..ed37573 100644 --- a/dev_web_nodejs.ps1 +++ b/dev_web_nodejs.ps1 @@ -42,7 +42,6 @@ choco install -y visualstudio2017-workload-vctools choco install -y sysinternals choco install -y docker-for-windows choco install -y python2 # Node.js requires Python 2 to build native modules -choco install -y pip Enable-UAC Enable-MicrosoftUpdate