From 4b33474f210650c033eba42364b08fa8fd21dc4e Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Tue, 26 Feb 2019 23:43:31 -0700 Subject: why is this so hard --- scripts/setup_windows.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'scripts/setup_windows.sh') diff --git a/scripts/setup_windows.sh b/scripts/setup_windows.sh index 75c700e..6883f27 100644 --- a/scripts/setup_windows.sh +++ b/scripts/setup_windows.sh @@ -7,5 +7,7 @@ echo $PATH export PATH=/C/Python37:$PATH which python python get-pip.py -curl https://download.lfd.uci.edu/pythonlibs/u2hcgva4/cx_Freeze-5.1.1-cp37-cp37m-win_amd64.whl -o cx_Freeze.whl -python -m pip install cx_Freeze.whl +curl https://download.lfd.uci.edu/pythonlibs/u2hcgva4/cx_Freeze-5.1.1-cp37-cp37m-win_amd64.whl -o cx_Freeze-5.1.1-cp37-cp37m-win_amd64.whl +python -m pip install *.whl + +set +x -- cgit v1.2.3