Skip to content
Snippets Groups Projects
Commit d5f23c27 authored by Scott Mindock's avatar Scott Mindock
Browse files

Users stuff

parent 5d5542f0
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment