From 1433aa081d919517047cdb632130e4b68a65a1fb Mon Sep 17 00:00:00 2001 From: Scott Mindock <srmindock@wisc.edu> Date: Thu, 28 Mar 2024 14:48:09 +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 0db9bea..1e1761e 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 && \ -- GitLab