diff --git a/start.sh b/start.sh
index adce0e4..34991c4 100644
--- a/start.sh
+++ b/start.sh
@@ -13,7 +13,4 @@ fi
 source "./sijapi/config/.env"
 
 # Run the Python script
-python "$SCRIPT_PATH"
-
-# Deactivate the conda environment
-conda deactivate
\ No newline at end of file
+python "$SCRIPT_PATH"
\ No newline at end of file