markdown 在Raspberry Pi上安装Miniconda 3在树莓派上安装Miniconda

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 在Raspberry Pi上安装Miniconda 3在树莓派上安装Miniconda相关的知识,希望对你有一定的参考价值。

*refer to: https://stackoverflow.com/questions/39371772/how-to-install-anaconda-on-raspberry-pi-3-model-b*

{USER}: pi

Install Miniconda 3:

```
wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-armv7l.sh
sudo md5sum Miniconda3-latest-Linux-armv7l.sh # (optional) check md5
sudo /bin/bash Miniconda3-latest-Linux-armv7l.sh # -> change default directory to /home/pi/miniconda3
sudo nano /home/pi/.bashrc # -> add: export PATH="/home/pi/miniconda3/bin:$PATH"
sudo reboot -h now
```

Test:
```
conda
python --version
```

If Conda update miss permission of the directory:
```
sudo chown -R pi miniconda3
```

以上是关于markdown 在Raspberry Pi上安装Miniconda 3在树莓派上安装Miniconda的主要内容,如果未能解决你的问题,请参考以下文章

markdown 在本地网络上查找Raspberry PI地址

markdown Raspberry Pi VPN路由器

markdown Raspberry Pi VPN路由器

markdown Raspberry Pi Kubernetes Cluster v1

sh 在Raspberry PI 2上安装docker

text 在Raspberry PI #linux上安装Golang