Skip to content

Commit

Permalink
Updating $LD_LIBRARY_PATH to include conda environment library.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnwei committed Oct 17, 2023
1 parent 4fde713 commit 705c267
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/install_third_party_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

python setup.py install

# Setup LD_LIBRARY_PATH to include conda directory:
export LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH`

0 comments on commit 705c267

Please sign in to comment.