aboutsummaryrefslogtreecommitdiff
path: root/scripts/setup_windows.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/setup_windows.sh')
-rw-r--r--scripts/setup_windows.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/setup_windows.sh b/scripts/setup_windows.sh
index b214256..1a69f98 100644
--- a/scripts/setup_windows.sh
+++ b/scripts/setup_windows.sh
@@ -1,4 +1,9 @@
#!/usr/bin/env bash
+set -x
+
choco install python
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
+echo $PATH
+export PATH=/C/Python37:$PATH
+which python
python get-pip.py