diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/setup_windows.sh | 2 |
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 |