diff --git a/distro/scripts/adl_cots.sh b/distro/scripts/adl_cots.sh
index 16483b8aa80bb5d47164aa1988a7d5317fedb166..f7cb36fc0d358ed320f675bdc4c605c8100c50f7 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 && \