Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Commit

Permalink
Install Python=3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Aug 15, 2020
1 parent edfa328 commit 242b980
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.scripts/install_anaconda3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 242b980

Please sign in to comment.