[深度学习] 安装Anaconda3报错bunzip2: command not found

版权声明:博客地址:https://blog.csdn.net/weixin_41028208,未经博主允许不得转载。QQ:335848046。微博:小黑_songrn。 https://blog.csdn.net/weixin_41028208/article/details/86216223

安装Anaconda3报错bunzip2: command not found

[/root/anaconda3] >>> 
PREFIX=/root/anaconda3
Anaconda3-2018.12-Linux-x86_64.sh: line 353: bunzip2: command not found
tar: This does not look like a tar archive
tar: Exiting with failure status due to previous errors

原因

缺少bzip2包,无法解压压缩包

我使用的是Centos 7.3,直接yum安装即可

[root@lab-hdfs-gateway-0 ~]# yum install -y bzip2

猜你喜欢

转载自blog.csdn.net/weixin_41028208/article/details/86216223
今日推荐