diff --git a/run.sh b/run.sh
index c252ddd874661f51b7529e9580448afb565b045f..c693d725a786a598eb28864e93e5c78d3035835e 100644
--- a/run.sh
+++ b/run.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 readarray -d " " -t credentials <<<"$(
-    python -c '
+    conda run --no-capture-output --name mytobac python -c '
 from maap.maap import MAAP
 maap = MAAP()
 username = maap.secrets.get_secret("EARTHDATA_USERNAME")