Auto-update: Thu Aug 8 15:55:31 PDT 2024

This commit is contained in:
sanj 2024-08-08 15:55:31 -07:00
parent 007dbf578e
commit 38e9aaa26e

4
sij
View file

@ -15,8 +15,8 @@ source "$HOME/workshop/sijapi/sijapi/config/.env"
# Activate the conda environment (adjust the path if necessary)
source "$HOME/miniforge3/bin/activate" sijapi
# Run the Python script
python "$SCRIPT_PATH"
# Run the Python script with all command line arguments
python "$SCRIPT_PATH" "$@"
# Deactivate the conda environment
conda deactivate