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

conda_packages.sh: add CONDA_ENVS def

parent e409840a
No related branches found
No related tags found
No related merge requests found
source src/.conda_psmn.sh source src/.conda_psmn.sh
$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.
Finish editing this message first!
Please register or to comment