$ bash ./Anaconda3-5.0.1-Linux-x86_64.shAdd the Anaconda source of the University of Science and Technology to speed up the download of the module:
$ conda config --add channels https://mirrors.ustc.edu.cn/anaconda/pkgs/free/$ conda config --set show_channel_urls yesThese two commands will modify the file ~/.condarc.
Edit the ~/.pip/pip.conffile (if not create it), the index-urlbeginning of a line to modify the following line:
[global]index-url = https://pypi.mirrors.ustc.edu.cn/simpleconda update condaconda update anacondaconda update --all