1、安装Archiconda
安装脚本地址:https://github.com/Archiconda/build-tools/releases
下载 Archiconda3-0.2.3-Linux-aarch64.sh
终端执行
bash Archiconda3-0.2.3-Linux-aarch64.sh
vim ~/.bashrc
在文件末尾添加archiconda的路径
export PATH=$PATH:/home/yin/archiconda3/bin
推出文件执行
source ~/.bashrc
2、创建虚拟环境
conda create -n environment_name python=X.X
3、删除虚拟环境
Conda remove -n 虚拟环境名称 --all
4、退出虚拟环境
conda deactivate

免责声明:本文系网络转载或改编,未找到原创作者,版权归原作者所有。如涉及版权,请联系删