diff --git a/remote_scripts/archive_sparc.sh b/remote_scripts/archive_sparc.sh
index ee3c11fcc96805da63359e4d14bfe33c260c6e61..8856c92624736f945aa3cbe0ae0164d192b43734 100755
--- a/remote_scripts/archive_sparc.sh
+++ b/remote_scripts/archive_sparc.sh
@@ -5,7 +5,8 @@
 # All location information should be controlled by the sparchive_archive and sparchive_post commands (via the sparc_instruments.ini file)
 # Except for the initial "experiment exists" check
 
-export PATH=/data1/opt/anaconda/bin:$PATH
+#export PATH=/opt/miniconda3_20200609/bin:$PATH
+export PATH=/opt/metobs/sparchive/bin:$PATH
 
 if [ $# -ne 1 ]; then
     echo "Usage: ./archive_sparc.sh <experiment name>"
@@ -65,8 +66,8 @@ find_seq() {
     test -d ${EXP_PATH} || oops "ERROR: Experiment \"${EXP_NAME}\" does not exist in incoming: ${EXP_PATH}"
 
     # Load the anaconda environment
-    log_info "Loading anaconda environment: ${ENV_NAME}"
-    source activate ${ENV_NAME} &>> $logfile || oops "Could not load environment"
+    # log_info "Loading anaconda environment: ${ENV_NAME}"
+    # conda activate ${ENV_NAME} &>> $logfile || oops "Could not load environment"
 
     # Take data from incoming and put it in raw and cache (automatically does last 3 days)
     log_info "Archiving data from incoming..."