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

activate.sh overwrites LD_LIBRARY_PATH #54

@ElDeveloper

Description

@ElDeveloper

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions