一、上传安装包至服务器任意目录:推荐/opt目录
如 /home/hadoop/software

二、在该目录下直接运行 bash + anaconda包名
如 bash Anaconda3-2019.10-Linux-x86_64.sh
三、按照提示一路YES

linux系统安装anaconda
linux系统安装anaconda
四、验证安装是否正确
输入 anaconda 命令,能看到回显信息,如果没有回显信息,手动添加环境变量
linux系统安装anaconda
附录:
安装过程一路YES会自动添加环境变量,但有的系统权限问题可能导致添加失败,需要手动添加
vim ~/.bashrc
export PATH=/home/hadoop/anaconda3/bin:$PATH
source ~./bashrc

相关文章:

  • 2021-05-01
  • 2022-01-01
  • 2021-10-30
  • 2021-11-17
  • 2021-06-18
  • 2022-02-14
  • 2021-04-28
猜你喜欢
  • 2021-10-25
  • 2021-09-28
  • 2022-02-12
  • 2021-05-12
  • 2022-01-11
  • 2021-06-28
  • 2021-10-16
相关资源
相似解决方案