miniconda安装
1.Miniconda下载地址
https://docs.conda.io/projects/miniconda/en/latest/
https://docs.conda.io/projects/miniconda/en/latest/miniconda-other-installer-links.html 选择python3.9
如果上面地址访问失败,访问:https://www.anaconda.com/download
查看linuxCPU架构:
[cxuser@localhost ~]$ arch
x86_64
[cxuser@localhost ~]$ uname -a
Linux localhost.localdomain 3.10.0-957.el7.x86_64 #1 SMP Thu Nov 8 23:39:32 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
[cxuser@localhost ~]$ uname -m
x86_64
[cxuser@localhost ~]$ uname -m && cat /etc/*release
x86_64
CentOS Linux release 7.6.1810 (Core)
NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:7"
HOME_URL="https://www.centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"
CENTOS_MANTISBT_PROJECT="CentOS-7"
CENTOS_MANTISBT_PROJECT_VERSION="7"
REDHAT_SUPPORT_PRODUCT="centos"
REDHAT_SUPPORT_PRODUCT_VERSION="7"
CentOS Linux release 7.6.1810 (Core)
CentOS Linux release 7.6.1810 (Core)
CPU 架构介绍
- i386:是指兼容Intel 80386处理器,x86或80x86是英代爾Intel首先开发制造的一种微处理器体系结构的泛称。
- x86_64:AMD64,又稱「x86-64」或「x64」,是一種64位元的電腦處理器架構。它是建基於現有32位元的x86架構,由AMD公司所開發,應用AMD64指令集的自家產品有Athlon 64、Athlon 64 FX、Athlon 64 X2、Turion 64、Opteron及最新的Sempron處理器。
- ppc:IBM® POWER Architecture 体系,是RISC指令集的CPU。
- AArch64:是ARMv8 架构的一种执行状态。
- S390X:s390x 是 IBM System z 系列 (zSeries)大型机 (mainframe) 硬件平台,是银行或者大型企业或者科研单位用的,大部分用户接触不到。
- 参考:https://blog.51cto.com/u_14152/6679186
2.上传服务器
上传至192.168.20.66
[root@localhost miniconda]# pwd
/home/miniconda
[root@localhost miniconda]# ll
total 108364
-rw-r--r-- 1 root root 110961166 Nov 6 10:42 Miniconda3-py39_23.9.0-0-Linux-x86_64.sh
[ro