centos安装Anaconda常见的错误问题
首先我们先下载Anaconda:https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/
找到系统对应的版本
下载后,利用WinSCP上传到centos,这里是centos 9系统作为生产过程。
然后执行:sh Anaconda3-5.3.1-Linux-x86_64.sh
一直yes就可以了
出现错误1:bunzip2:未找到命令
执行解决:yum -y install bzip2
出现问题2:ERROR: File or directory already exists: /root/anaconda3
解决方案:删除即可 rm -rf /root/anaconda3
具体详细步骤可以参考:https://www.jianshu.com/p/f3e159ba019a
转载地址:https://www.pcsafer.com/3172.html
版权问题:https://docs.qq.com/form/page/DUUlkWW10TW9sT0x1
版权问题:https://docs.qq.com/form/page/DUUlkWW10TW9sT0x1
THE END