diff --git a/backend/data_update.sh b/backend/data_update.sh index f545e5e9..c4d7df63 100755 --- a/backend/data_update.sh +++ b/backend/data_update.sh @@ -1,5 +1,7 @@ #!/bin/bash +# source bashrc for environment variables +. ~/.bashrc # Assuming the full path to your Conda executable . /root/miniconda3/etc/profile.d/conda.sh conda activate myenv