ROS机器人系统

Nvidia Jetson Xavier 安装 conda

2022-02-20  本文已影响0人  yuanthu

在github上下载 https://github.com/conda-forge/miniforge](https://github.com/conda-forge/miniforge "https://github.com/conda-forge/miniforge")下载arm64的安装包:

image.png
sh Miniforge3-Linux-aarch64.sh 
source ~/.bashrc

修改conda为清华的镜像,如果有小火箭不用修改了:

conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
conda config --set show_channel_urls yes

上一篇 下一篇

猜你喜欢

热点阅读