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.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/setup_windows.sh b/scripts/setup_windows.sh
index 1bb3075..612f10a 100644
--- a/scripts/setup_windows.sh
+++ b/scripts/setup_windows.sh
@@ -7,6 +7,6 @@ echo $PATH
export PATH=/C/Python37:$PATH
which python
python get-pip.py
-pip install --upgrade git+https://github.com/anthony-tuininga/cx_Freeze.git@master
+python -m pip install --upgrade git+https://github.com/anthony-tuininga/cx_Freeze.git@master
set +x