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

activate.sh overwrites LD_LIBRARY_PATH #1307

Closed
juberpatel opened this issue Dec 26, 2013 · 1 comment
Closed

activate.sh overwrites LD_LIBRARY_PATH #1307

juberpatel opened this issue Dec 26, 2013 · 1 comment

Comments

@juberpatel
Copy link

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

@ElDeveloper
Copy link
Member

👍

This issue should go on the qiime-deploy issue tracker. I'm closing this issue here and re-opening it there as qiime/qiime-deploy#54

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

No branches or pull requests

2 participants