Skip to content

Commit

Permalink
Merge pull request #483 from sebimarkgraf/fix/arch-install
Browse files Browse the repository at this point in the history
Add missing conda env update command to arch install
  • Loading branch information
kengz authored May 17, 2021
2 parents dda02d0 + ac2aa6e commit 80d387d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/setup_arch
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ fi
# conda env remove -n lab -y
# conda env export > environment.yml
echo "--- Updating Conda environment ---"
conda env update -f environment.yml

source ~/.bashrc
echo "--- Lab setup complete ---"

0 comments on commit 80d387d

Please sign in to comment.