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.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/setup_windows.sh b/scripts/setup_windows.sh
deleted file mode 100644
index a8da537..0000000
--- a/scripts/setup_windows.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/usr/bin/env bash
-choco install python --version 3.7.9 -y
-curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
-export PATH=/C/Python37:$PATH
-python get-pip.py