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