Changing to using remove rather than clean in quota issue fix based on lab feedback.

This commit is contained in:
Matt Graham 2016-09-27 18:46:59 +01:00
parent 8a46ac7fc0
commit a0c2f0db1b

View File

@ -8,7 +8,7 @@ Those who experienced that issue should now have sufficient quota space availabl
```
source activate mlp
conda clean --all -y
conda remove -y numpy scipy matplotlib jupyter
conda install -y numpy scipy matplotlib jupyter
conda clean -t -y
```
@ -27,4 +27,3 @@ cd ~/mlpractical # Change the current directory to mlpractical repository
git checkout mlp2016-7/lab[...] # Checkout the branch for this week's lab
jupyter notebook # Launch the notebook server
```