下载conda文件

虚拟机共享设置

在创建虚拟机时,有创建共享模式,例如

添加共享文件夹

在 Ubuntu 下挂载这个共享目录,方便共享文件。

1
2
mkdir -p /mnt/ZFS
mount -t 9p -o trans=virtio ZFS /mnt/ZFS

上传文件到Ubuntu

1
2
3
cd /mnt/ZFS
sudo chmod 777 Anaconda3-2023.09-0-Linux-x86_64.sh
./Anaconda3-2023.09-0-Linux-x86_64.sh

安装过程中,有个协议,按 q 可以快速跳过,直到完成。

创建Conda环境

1
conda create -n lla python=3.10

修改PIP的源

1
pip config set global.index-url https://repo.nju.edu.cn/repository/pypi/simple

参考

Minisforum U820 UnRAID AIO 食用指南

通义千问-VL-Chat

配置 pypi 南大源

超详细Ubuntu安装Anaconda步骤+Anconda常用命令