From 9f49727fb341863d195904415f3374b233cbad6b Mon Sep 17 00:00:00 2001 From: anthonychen000 <124098228+anthonychen000@users.noreply.github.com> Date: Sat, 31 Aug 2024 22:19:39 -0400 Subject: [PATCH] interactive batch script --- example_submit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_submit.sh b/example_submit.sh index df4e3ae..97bef80 100644 --- a/example_submit.sh +++ b/example_submit.sh @@ -38,7 +38,7 @@ python3 -m venv myenv source ... # Install the required packages from requirements.txt -pip ... +pip3 ... # Run the desired program python3