fastai / course-v3

The 3rd edition of course.fast.ai
https://course.fast.ai/
Apache License 2.0
4.91k stars 3.57k forks source link

command for fastai is not correct #532

Open tony-sologubov opened 4 years ago

tony-sologubov commented 4 years ago

Here we have the command to update the fastai lib: https://course.fast.ai/start_gcp.html#step-4-access-fastai-materials-and-update-packages

The command is sudo /opt/anaconda3/bin/conda install -c fastai fastai

However, it does not work at the moment, although this one works: sudo /opt/conda/bin/conda install -c fastai fastai

jgreenemi commented 3 years ago

This issue can be closed. Looks that the section bearing that command has been simplified to simply conda install -c fastai fastai, so it no longer assumes where you installed Anaconda.