diff --git a/distro/scripts/adl_cots.sh b/distro/scripts/adl_cots.sh
index 7acd03c9dcdffa7e8ec0a2c13c4ab4cfdf7e8cba..0db9bead8004067667e0d53ecd5b1b942bd28b1c 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
 }