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

---
 distro/scripts/adl_cots.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distro/scripts/adl_cots.sh b/distro/scripts/adl_cots.sh
index 16483b8..f7cb36f 100755
--- a/distro/scripts/adl_cots.sh
+++ b/distro/scripts/adl_cots.sh
@@ -565,7 +565,7 @@ adl()
     echo "ADL_HOME"  ${ADL_HOME}  && \
     ls ${ADL_HOME}  && \
     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 && \
-- 
GitLab