You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: