Removed pip installation

- pip is already installed with the installation of python, and therefore not required.
This commit is contained in:
Gary Ewan Park
2018-05-13 10:32:20 +01:00
committed by GitHub
parent 52c2465fe2
commit b26c06ff80

View File

@@ -53,7 +53,6 @@ choco install -y inconsolata
choco install -y sysinternals choco install -y sysinternals
choco install -y docker-for-windows choco install -y docker-for-windows
choco install -y python choco install -y python
choco install -y pip
Enable-UAC Enable-UAC
Enable-MicrosoftUpdate Enable-MicrosoftUpdate