From f726695b1a1d99b5c61ea09bd3a364103a08d7bf Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Thu, 3 Oct 2024 19:50:12 +0100 Subject: Update all references to /lang to /snekbin --- scripts/install_eval_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/install_eval_deps.sh') diff --git a/scripts/install_eval_deps.sh b/scripts/install_eval_deps.sh index 8fa5316..b57a654 100644 --- a/scripts/install_eval_deps.sh +++ b/scripts/install_eval_deps.sh @@ -1,5 +1,5 @@ set -euo pipefail export PYTHONUSERBASE=/snekbox/user_base -find /lang/python -mindepth 1 -maxdepth 1 -type d -print0 | xargs -0I{} bash -c \ +find /snekbin/python -mindepth 1 -maxdepth 1 -type d -print0 | xargs -0I{} bash -c \ '{}/bin/python -m pip install --user -U -r requirements/eval-deps.pip' \; -- cgit v1.2.3