Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bayeswave
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
lscsoft
bayeswave
Commits
fa43a569
Commit
fa43a569
authored
1 year ago
by
Sophie Hourihane
Browse files
Options
Downloads
Patches
Plain Diff
gets rid of /bin being appended first in path
parent
72ffa7a7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!279
segment lengths calculated from cache files reguardless of skip-datafind in bayeswave-pipe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
etc/bayeswave-user-env.sh
+1
-1
1 addition, 1 deletion
etc/bayeswave-user-env.sh
with
1 addition
and
1 deletion
etc/bayeswave-user-env.sh
+
1
−
1
View file @
fa43a569
...
...
@@ -13,7 +13,7 @@ pyminor=$(python -c 'import sys; print(sys.version_info[1])')
# BayesWave
# TODO we should deprecate this and enforce that everyone installing from source
# installs in an actual environment when they do so, then we will never need to update paths like this
export
PATH
=
$
BAYESWAVE_UTILS_PREFIX
/bin:
${
BAYESWAVE_UTILS_PREFIX
}
:
$
{
BAYESWAVE_PREFIX
}
/bin:
${
PATH
}
export
PATH
=
${
BAYESWAVE_PREFIX
}
/bin:
${
PATH
}
export
LD_LIBRARY_PATH
=
${
BAYESWAVE_PREFIX
}
/lib:
${
LD_LIBRARY_PATH
}
export
LD_LIBRARY_PATH
=
${
BAYESWAVE_PREFIX
}
/lib64:
${
LD_LIBRARY_PATH
}
export
DYLD_LIBRARY_PATH
=
${
BAYESWAVE_PREFIX
}
/lib:
${
DYLD_LIBRARY_PATH
}
...
...
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