Skip to content

Commit

Permalink
updated setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Downie committed Nov 1, 2018
1 parent 953bfd7 commit e9eccd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ if [[ $current_dir == */vcdat* ]]; then
conda env remove -y -n ${CONDA_ENV}

# Create a new one
conda create -y -n ${CONDA_ENV} -c cdat/label/nightly -c conda-forge -c cdat
conda create -y -n ${CONDA_ENV} -c cdat/label/nightly -c conda-forge -c cdat vcdat

source activate ${CONDA_ENV}
cd frontend
Expand Down

0 comments on commit e9eccd3

Please sign in to comment.