Auto-update: Thu Aug 8 15:55:31 PDT 2024
This commit is contained in:
parent
007dbf578e
commit
38e9aaa26e
1 changed files with 2 additions and 2 deletions
4
sij
4
sij
|
@ -15,8 +15,8 @@ source "$HOME/workshop/sijapi/sijapi/config/.env"
|
||||||
# Activate the conda environment (adjust the path if necessary)
|
# Activate the conda environment (adjust the path if necessary)
|
||||||
source "$HOME/miniforge3/bin/activate" sijapi
|
source "$HOME/miniforge3/bin/activate" sijapi
|
||||||
|
|
||||||
# Run the Python script
|
# Run the Python script with all command line arguments
|
||||||
python "$SCRIPT_PATH"
|
python "$SCRIPT_PATH" "$@"
|
||||||
|
|
||||||
# Deactivate the conda environment
|
# Deactivate the conda environment
|
||||||
conda deactivate
|
conda deactivate
|
||||||
|
|
Loading…
Reference in a new issue