diff --git a/distro/scripts/adl_cots.sh b/distro/scripts/adl_cots.sh index 0db9bead8004067667e0d53ecd5b1b942bd28b1c..1e1761e5370023e9a5a954c60ca3735b664e5148 100755 --- a/distro/scripts/adl_cots.sh +++ b/distro/scripts/adl_cots.sh @@ -569,7 +569,7 @@ 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 && \