From 2dc2b96c045d33a6f98239d3cbef07a28f9091f0 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Tue, 26 Feb 2019 22:37:23 -0700 Subject: why is this just the way my life works now --- scripts/setup_windows.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'scripts/setup_windows.sh') 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 -- cgit v1.2.3