[root@yang mnt]# bash Miniconda3-latest-Linux-x86_64.sh
Welcome to Miniconda3 py313_25.7.0-2
In order to continue the installation process, please review the license
agreement.
Please, press ENTER to continue
>>>
Do you accept the license terms? [yes|no]
>>> yes
Miniconda3 will now be installed into this location:
/root/miniconda3
- Press ENTER to confirm the location
- Press CTRL-C to abort the installation
- Or specify a different location below
[/root/miniconda3] >>>
# 注意必须输入yes
You can undo this by running `conda init --reverse $SHELL`? [yes|no]
[no] >>> yes
Thank you for installing Miniconda3!
# 注意必须执行生效配置文件的命令
[root@yang mnt]# source /root/.bashrc
(base) [root@yang mnt]# conda --version
conda 25.7.0