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

SW-610: Pulled in the modifications necessary for the pipeline docker image #2

parents 2e97ad8f 89dc623f
No related branches found
No related tags found
No related merge requests found
#!/bin/bash #!/bin/bash
export PYTHONPATH=${PYTHONPATH}:${INSTALLDIR}/python-casacore/lib/python3.4/site-packages export PYTHONPATH=${PYTHONPATH}:$(find ${INSTALLDIR}/python-casacore/ -name 'site-packages' -print)
#!/bin/bash #!/bin/bash
export PYTHONPATH=${PYTHONPATH}:${INSTALLDIR}/pybdsf/lib/python3.4/site-packages export PYTHONPATH=${PYTHONPATH}:$(find ${INSTALLDIR}/pybdsf/ -name 'site-packages' -print)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment