LoginSignup
2
4

More than 5 years have passed since last update.

Anaconda on Raspberry PI 3

Last updated at Posted at 2017-05-04

Installing Anaconda on Raspberry PI 3

get http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-armv7l.sh
sudo md5sum Miniconda3-latest-Linux-armv7l.sh
sudo /bin/bash Miniconda3-latest-Linux-armv7l.sh

Change default dir installation from /root/miniconda3 during the installation


/home/pi/miniconda3

Edit the .bashrc file

sudo nano /home/pi/.bashrc

Add the following line to the end of the file

export PATH="/home/pi/miniconda3/bin:$PATH"

Save and close this file & reboot Raspberry pi

sudo reboot -h now

2
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
4