Skip to content

Instantly share code, notes, and snippets.

@paulonteri
Forked from muokicaleb/fastai_setup_windows.sh
Created July 13, 2019 10:38
Show Gist options
  • Save paulonteri/bbada1525f746aa64970d71248671e4f to your computer and use it in GitHub Desktop.
Save paulonteri/bbada1525f746aa64970d71248671e4f to your computer and use it in GitHub Desktop.
git clone https://github.com/fastai/fastai
cd fastai
conda create -n fastai python=3.6 anaconda
conda env update
# bash include source
# windows no source
source activate fastai
### linux
# ln -s /cloned_repo_dir/fastai/fastai/old/fastai fastai
### Windows
# cmd /c mklink /D C:\fastai C:\cloned_repo_dir\fastai\fastai\old\fastai
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment