summaryrefslogtreecommitdiff
path: root/tools/bootstrap/windows_boxstarter
diff options
context:
space:
mode:
authorcclauss <cclauss@me.com>2019-03-04 08:01:37 -0500
committerRefael Ackermann <refack@gmail.com>2019-03-26 17:59:16 -0400
commit6df9f84f61cd794f017a11606d7e6e4ba638783b (patch)
tree27a0901d6f24be29ab9dd767b8e2decee095e701 /tools/bootstrap/windows_boxstarter
parent975bc897d605926cc8df6894f95d16dde07aec4c (diff)
downloadandroid-node-v8-6df9f84f61cd794f017a11606d7e6e4ba638783b.tar.gz
android-node-v8-6df9f84f61cd794f017a11606d7e6e4ba638783b.tar.bz2
android-node-v8-6df9f84f61cd794f017a11606d7e6e4ba638783b.zip
tools: windows_boxstarter "choco install python -y" for Python 3
PR-URL: https://github.com/nodejs/node/pull/26424 Refs: https://github.com/nodejs/node/issues/25789#issuecomment-469238697 Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com>
Diffstat (limited to 'tools/bootstrap/windows_boxstarter')
-rw-r--r--tools/bootstrap/windows_boxstarter2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bootstrap/windows_boxstarter b/tools/bootstrap/windows_boxstarter
index 7d682f1fb3..86867ced52 100644
--- a/tools/bootstrap/windows_boxstarter
+++ b/tools/bootstrap/windows_boxstarter
@@ -14,7 +14,7 @@
# Git and Unix tools will be added to the PATH
choco install git -params /GitAndUnixToolsOnPath -y
-choco install python2 -y
+choco install python python2 -y
# Installs VS 2017 Build Tools
choco install visualstudio2017buildtools -y