Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
OpenFold
Commits
705c2677
Commit
705c2677
authored
Oct 17, 2023
by
Jennifer Wei
Browse files
Updating $LD_LIBRARY_PATH to include conda environment library.
parent
4fde713c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
scripts/install_third_party_dependencies.sh
scripts/install_third_party_dependencies.sh
+3
-0
No files found.
scripts/install_third_party_dependencies.sh
View file @
705c2677
...
@@ -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
`
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment