Changing to using remove rather than clean in quota issue fix based on lab feedback.
This commit is contained in:
parent
8a46ac7fc0
commit
a0c2f0db1b
@ -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
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user