mirror of
https://github.com/aqlaboratory/openfold.git
synced 2026-06-04 12:44:26 +08:00
7 lines
102 B
Bash
7 lines
102 B
Bash
#!/bin/bash
|
|
|
|
source scripts/vars.sh
|
|
|
|
source lib/conda/etc/profile.d/conda.sh
|
|
conda activate $ENV_NAME
|