Miniconda3
发布时间
阅读量:
阅读量
Miniconda安装指南
通过使用miniconda进行python的安装,能够有效实现对多种Python运行环境的管理。
1)获取当前最新版本的minconda软件
wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/Miniconda3-latest-Linux-x86_64.sh
提示:如系统中未检测到wget命令,可通过执行 yum install wget -y 命令完成安装
2)进行miniconda的安装步骤
[root@song envs]# ll
total 65148
-rw-r--r--. 1 root root 66709754 Jul 22 00:13 Miniconda3-latest-Linux-x86_64.sh
[root@song envs]# chmod 777 Miniconda3-latest-Linux-x86_64.sh #给执行权限
[root@song envs]# bash Miniconda3-latest-Linux-x86_64.sh #运行
···
Please answer '
全部评论 (0)
还没有任何评论哟~
