Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RadioObservatory
LOFAR
Commits
66fdc603
Commit
66fdc603
authored
5 years ago
by
Thomas Jürges
Browse files
Options
Downloads
Patches
Plain Diff
SW-610
: Correct how multiple PYTHONPATHs get added when found by find
parent
89dc623f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Docker/lofar-base/bashrc.d/01-python-casacore
+1
-1
1 addition, 1 deletion
Docker/lofar-base/bashrc.d/01-python-casacore
Docker/lofar-pipeline/bashrc.d/11-pybdsf
+1
-1
1 addition, 1 deletion
Docker/lofar-pipeline/bashrc.d/11-pybdsf
with
2 additions
and
2 deletions
Docker/lofar-base/bashrc.d/01-python-casacore
+
1
−
1
View file @
66fdc603
#!/bin/bash
export
PYTHONPATH
=
${
PYTHONPATH
}
:
$(
find
${
INSTALLDIR
}
/python-casacore/
-name
'site-packages'
-print
)
export
PYTHONPATH
=
${
PYTHONPATH
}
:
$(
find
${
INSTALLDIR
}
/python-casacore/
-name
'site-packages'
-print
f
"%p:"
)
This diff is collapsed.
Click to expand it.
Docker/lofar-pipeline/bashrc.d/11-pybdsf
+
1
−
1
View file @
66fdc603
#!/bin/bash
export
PYTHONPATH
=
${
PYTHONPATH
}
:
$(
find
${
INSTALLDIR
}
/pybdsf/
-name
'site-packages'
-print
)
export
PYTHONPATH
=
${
PYTHONPATH
}
:
$(
find
${
INSTALLDIR
}
/pybdsf/
-name
'site-packages'
-print
f
"%p:"
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment