From 2823633a1ce35b588118e775dd2edbc8d492c8a4 Mon Sep 17 00:00:00 2001 From: alphaleadership <47387699+alphaleadership@users.noreply.github.com> Date: Sat, 1 Apr 2023 09:15:37 +0200 Subject: [PATCH] autorise windows --- images/init_venv.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/images/init_venv.sh b/images/init_venv.sh index fa6f37d..2431aa9 100755 --- a/images/init_venv.sh +++ b/images/init_venv.sh @@ -1,12 +1,7 @@ #! /bin/sh -if [[ "$(uname)" == "Darwin" ]]; then - echo "Only supported on Linux." - exit 1 -fi - # You may need to point this to a version of python 3.10 -PYTHONBIN="/opt/ee/python/3.10/bin/python3.10" +PYTHONBIN="where python" echo Using "PYTHONBIN=$PYTHONBIN" # Put venv in tmp, these things are not made to last, just rebuild.