Skip to content
Snippets Groups Projects
Commit 7ec581b2 authored by Thomas Jürges's avatar Thomas Jürges
Browse files

SW-626: Replace python2.7 module path with python3.4 in lofar-base/-pipeline Docker images

parent 6e5922b9
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
export PYTHONPATH=${PYTHONPATH}:${INSTALLDIR}/python-casacore/lib/python2.7/site-packages
export PYTHONPATH=${PYTHONPATH}:${INSTALLDIR}/python-casacore/lib/python3.4/site-packages
#!/bin/bash
export PYTHONPATH=${PYTHONPATH}:${INSTALLDIR}/pybdsf/lib/python2.7/site-packages
export PYTHONPATH=${PYTHONPATH}:${INSTALLDIR}/pybdsf/lib/python3.4/site-packages
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