Skip to content
This repository has been archived by the owner on Apr 25, 2022. It is now read-only.

Commit

Permalink
fix anaconda2 to ananconda3
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz committed Mar 31, 2019
1 parent 606109e commit f5d412c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChemAutoInstaller.sh
Expand Up @@ -34,7 +34,7 @@ while true;do
;;
--cn)
CAI_CN=42
CAI_ANACONDA_URL="https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/Anaconda2-2018.12-Linux-x86_64.sh"
CAI_ANACONDA_URL="https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/Anaconda3-2018.12-Linux-x86_64.sh"
CAI_CONDA_FORGE="https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/"
;;
--anaconda)
Expand Down

0 comments on commit f5d412c

Please sign in to comment.