Skip to content

Commit

Permalink
Update app setup script to point to environment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadia committed Aug 12, 2015
1 parent bfa1b1c commit 5d52e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/app_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pushd ../;
conda update conda -y;
conda install conda-env -y;
conda env update --file local-environment.yml;
conda env update --file environment.yaml;
popd;

pushd memex;
Expand Down

0 comments on commit 5d52e23

Please sign in to comment.