From b5bedf7c8bf9ece079619e30f9b64a93610ff577 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Fri, 29 Jan 2021 19:28:10 -0700 Subject: set up for sourcehut builds --- scripts/setup_windows.sh | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 scripts/setup_windows.sh (limited to 'scripts/setup_windows.sh') 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 -- cgit v1.2.3