linux 一键安装 conda
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.shbash Miniconda3-latest-Linux-x86_64.shsource ~/miniconda3/etc/profile.d/conda.sh source ~/.bashrcconda create -n py39 python=3.9conda activate py39python --version
Last updated