Skip to content
Snippets Groups Projects
Unverified Commit fb134b73 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

conda_packages.sh: fix CONDA_ENVS var

parent a42d5481
Branches
Tags
No related merge requests found
source src/.conda_psmn.sh source src/.conda_psmn.sh
$CONDA_ENVS=src/.conda_envs/ CONDA_ENVS=src/.conda_envs/
if [ ! -d ${CONDA_ENVS}pigz_2.3.4 ]; then if [ ! -d ${CONDA_ENVS}pigz_2.3.4 ]; then
conda create --yes --name pigz_2.3.4 pigz=2.3.4 conda create --yes --name pigz_2.3.4 pigz=2.3.4
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment