Skip to content

Commit 71371bf

Browse files
committed
crypt
1 parent 96092c2 commit 71371bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup_scripts/conda_env_linux.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ fi
1919

2020
echo "==== Create a conda environment with requisite packages ===="
2121
conda create -n $1 -c conda-forge python=3.6.8 gfortran_linux-64==7.5.0 gcc_linux-64==7.5.0 gxx_linux-64==7.5.0 proj4 geos libxcrypt
22+
export CPATH=/opt/conda/include/
2223

2324
echo "==== Activating conda environment ===="
2425
conda activate $1

0 commit comments

Comments
 (0)