从头再来安装anaconda3(ubuntu 18.04 TSL)我又来了!!!

即上一篇帖子说道,换了系统~~~~所以我们开始吧

安装anaconda3

基于上次的教训,由于anaconda的官网下载起来很不友好,下载的特别慢!!!!(当然,也可能是我的电脑的原因)这次全部备份!
从头再来安装anaconda3(ubuntu 18.04 TSL)我又来了!!!

[email protected]:~$ cd 下载\
[email protected]:~/下载$ bash Anaconda3-5.3.1-Linux-x86_64.sh

从头再来安装anaconda3(ubuntu 18.04 TSL)我又来了!!!但是输入bash命令后,没反应~尝试以下办法~加权限,可是没用。

 sudo bash Anaconda3-5.3.1-Linux-x86_64.sh

后来想到会不会换一个anaconda的安装包就好了~这个办法果然又用。

[email protected]:~/下载$ sudo bash Anaconda3-2019.03-Linux-x86_64.sh

从头再来安装anaconda3(ubuntu 18.04 TSL)我又来了!!!Do you accept the license terms? [yes|no]
yes
Anaconda3 will now be installed into this location:
/home/abc/anaconda3
选第一个
马上又报错~不会那么顺利的~习惯就好~
这次的错误是 bunzip2:解压缩时的数据完整性错误。就是我的安装包被损坏。。。
参考:http://www.etwiki.cn/linux/bzip2-data-integrity-error-when-decompre.html
解决办法:重新下载或者拷贝目标安装包,或者利用命令尝试修复。
从头再来安装anaconda3(ubuntu 18.04 TSL)我又来了!!!我选择重新下载安装包
清华大学开源软件镜像站下载地址:https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/
重复上面相同的命令,进行安装,但是又报错了~好吧
Anaconda3 will now be installed into this location:
/home/abc/anaconda3

  • Press ENTER to confirm the location
  • Press CTRL-C to abort the installation
  • Or specify a different location below

[/home/abc/anaconda3] >>>
ERROR: File or directory already exists: ‘/home/abc/anaconda3’
If you want to update an existing installation, use the -u option.
去找解决办法~~~~~~~
参考文章:https://blog.****.net/chrisqinxz/article/details/82108281
在安装包目录下,输入:

bash Anaconda3-5.3.1-Linux-x86_64.sh -u

顺利的开始重新安装~于是又报错了~如下,这次是权限不够。
从头再来安装anaconda3(ubuntu 18.04 TSL)我又来了!!!ok~这个问题加权限就可以了

sudo bash Anaconda3-5.3.1-Linux-x86_64.sh -u

哇~我安装成功了~不容易阿~还好我没放弃