diff --git a/Makefile.scripts/install_anaconda3.sh b/Makefile.scripts/install_anaconda3.sh index b44bc45a..2530fb97 100755 --- a/Makefile.scripts/install_anaconda3.sh +++ b/Makefile.scripts/install_anaconda3.sh @@ -7,3 +7,6 @@ if [ ! -d $ROOT/.anaconda3 ]; then cd $ROOT curl -L https://github.com/wkentaro/dotfiles/raw/master/local/bin/install_anaconda3.sh | bash -s . fi + +source $ROOT/.anaconda3/bin/activate +conda install python=3.7 -y -q