wget -c https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
bash Miniconda3-latest-Linux-x86_64.sh -b
vim /root/.bashrc
# added by Anaconda3 4.4.0 installer
export PATH="/root/miniconda3/bin:$PATH"
保存后
source /root/.bashrc
conda list
网友评论