Skip to content
Snippets Groups Projects
Commit fa43a569 authored by Sophie Hourihane's avatar Sophie Hourihane
Browse files

gets rid of /bin being appended first in path

parent 72ffa7a7
No related branches found
No related tags found
1 merge request!279segment lengths calculated from cache files reguardless of skip-datafind in bayeswave-pipe
......@@ -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}
......
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