aboutsummaryrefslogtreecommitdiff
path: root/scripts/setup_windows.sh
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2019-02-26 22:37:23 -0700
committerMelody Horn <melody@boringcactus.com>2019-02-26 22:37:23 -0700
commit2dc2b96c045d33a6f98239d3cbef07a28f9091f0 (patch)
tree7b2e549d3344ab00e4fbef768313c51d1330da44 /scripts/setup_windows.sh
parent69b4e2ee91361c5ac5d5511145f98f9727d3b0b0 (diff)
downloadvidslice-2dc2b96c045d33a6f98239d3cbef07a28f9091f0.tar.gz
vidslice-2dc2b96c045d33a6f98239d3cbef07a28f9091f0.zip
why is this just the way my life works now
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