From d5f23c276c631883264cdb4d73cf0fcaeacbfd4e Mon Sep 17 00:00:00 2001
From: Scott Mindock <srmindock@wisc.edu>
Date: Thu, 28 Mar 2024 14:46:59 +0000
Subject: [PATCH] Users stuff

---
 distro/scripts/adl_cots.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/distro/scripts/adl_cots.sh b/distro/scripts/adl_cots.sh
index 7acd03c..0db9bea 100755
--- a/distro/scripts/adl_cots.sh
+++ b/distro/scripts/adl_cots.sh
@@ -569,11 +569,11 @@ adl()
     export LUSER=/ && \
     export USER=/ && \
     export ADL_INSTALL=${ADL_HOME}  && \
-    #ln -s  /usr/bin/python3 /usr/local//bin/python3 && \
+    ln -s  /usr/bin/python3 /usr/local/bin/python3 && \
     cd ${ADL_HOME} && \
     export PATH=${ADL_HOME}/bin:/usr/libexec/bin:$PATH && \
     source build/envSetup.sh && \
-    export COTS_PYTHON=/usr/libexec/ && \
+    export COTS_PYTHON=/usr/local/ && \
     ./buildAdl.sh 2>&1 | tee ${COTS_HOME}/build_adl.log
 }
 
-- 
GitLab