Skip to content
Snippets Groups Projects
Commit e73c220b authored by Matthew Feickert's avatar Matthew Feickert
Browse files

Merge branch 'fix/use-both-AnalysisBase-Python-2.7-and-Python-3' into 'master'

Add support for AnalysisBaseExternals Python 2.7 and Python 3 in same environment (!29)

Closes #4

See merge request !29
parents d388ff03 33a17c35
Branches
No related tags found
1 merge request!29Add support for AnalysisBaseExternals Python 2.7 and Python 3 in same environment (!29)
Pipeline #704482 passed
......@@ -40,6 +40,11 @@ if [ -f /opt/_h5ls/_h5ls.sh ]; then\n\
fi'\
>> ${HOME}/.bashrc
# Get AnalysisBase Python 2.7 and Python 3 working in same environment
RUN printf "\nunset PYTHONHOME\nunset PYTHONPATH\n" >> /home/atlas/release_setup.sh && \
source /home/atlas/release_setup.sh && \
echo "${AnalysisBaseExternals_DIR}/lib" > "${AnalysisBaseExternals_DIR}"/lib/python2.7/site-packages/AnalysisBaseExternals_python2.pth
RUN mkdir ${HOME}/data && \
chown -R --from=root atlas ${HOME} && \
chown -R --from=root atlas ${HOME}/.jupyter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment