Installing Anaconda on Raspberry Pi 4 with Ubuntu 20.04

本文介绍了如何在运行Ubuntu 20.04的Raspberry Pi 4上安装32位Anaconda。通过遵循特定的命令行步骤,包括安装miniconda,并在终端重启后进行配置。
摘要由CSDN通过智能技术生成

Raspberry Pi 4 runs on 32-bit. Use the 32-bit versions and you should be okay!

I’ve recently installed miniconda on my Raspberry Pi 4. I did it using the following commands:

# Update linux
sudo apt update -y

# Install python3
sudo apt install -y python3

# Download miniconda installation (32-bit version)
curl "https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-armv7l.sh" -o "Miniconda.sh"

# Run miniconda installation
bash ./Miniconda.sh

Once you’ve done this, I would also recommend doing the following after

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值