Skip to content
GitLab
Explore
Sign in
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
f01eebf1
Commit
f01eebf1
authored
8 years ago
by
Alexander van Amesfoort
Browse files
Options
Downloads
Patches
Plain Diff
Task #8691: INSTALL: sourcing shell script using 'source' also works for C-shells, so avoid '.'
parent
be7d342a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
INSTALL
+3
-3
3 additions, 3 deletions
INSTALL
with
3 additions
and
3 deletions
INSTALL
+
3
−
3
View file @
f01eebf1
...
@@ -118,8 +118,8 @@ Instructions for Manual Build from Source
...
@@ -118,8 +118,8 @@ Instructions for Manual Build from Source
All tests should pass, however, a few packages (not selected above) require
All tests should pass, however, a few packages (not selected above) require
GPU hardware or a database to pass all tests.
GPU hardware or a database to pass all tests.
- You may want to add the installation path bin/ to your PATH by sourcing
(not executing!)
the lofarinit script:
- You may want to add the installation path bin/ to your PATH by sourcing the lofarinit script:
.
"$HOME/local/$LOFAR_RELEASE/lofarinit.sh" # for Bourne-like shells, or
source
"$HOME/local/$LOFAR_RELEASE/lofarinit.sh" # for Bourne-like shells, or
.
"$HOME/local/$LOFAR_RELEASE/lofarinit.csh" # for C-like shells
source
"$HOME/local/$LOFAR_RELEASE/lofarinit.csh" # for C-like shells
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