Commit 705c2677 authored by Jennifer Wei's avatar Jennifer Wei
Browse files

Updating $LD_LIBRARY_PATH to include conda environment library.

parent 4fde713c
...@@ -18,3 +18,6 @@ ln -rs openfold/resources/stereo_chemical_props.txt tests/test_data/alphafold/co ...@@ -18,3 +18,6 @@ ln -rs openfold/resources/stereo_chemical_props.txt tests/test_data/alphafold/co
gunzip -c tests/test_data/sample_feats.pickle.gz > tests/test_data/sample_feats.pickle gunzip -c tests/test_data/sample_feats.pickle.gz > tests/test_data/sample_feats.pickle
python setup.py install python setup.py install
# Setup LD_LIBRARY_PATH to include conda directory:
export LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH`
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment