Skip to content
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.

activate.sh overwrites LD_LIBRARY_PATH #54

Open
ElDeveloper opened this issue Dec 27, 2013 · 0 comments
Open

activate.sh overwrites LD_LIBRARY_PATH #54

ElDeveloper opened this issue Dec 27, 2013 · 0 comments
Labels

Comments

@ElDeveloper
Copy link
Member

activate.sh has line like this:

export LD_LIBRARY_PATH=/opt/qiime-1.8/python-2.7.3-release/lib

which would erase the previous value of LD_LIBRARY_PATH. It should be:

export LD_LIBRARY_PATH=/opt/qiime-1.8/python-2.7.3-release/lib:$LD_LIBRARY_PATH

Originally reported by @juberpatel on biocore/qiime#1307

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant