Commit 2ac5f47f by John Donnal

fixes for rpi bootstrap process

parent 9dd89f10
Showing with 6 additions and 4 deletions
......@@ -14,8 +14,8 @@ set -e
echo "SET LOCALE"
raspi-config
echo "deb-src http://raspbian.raspberrypi.org/raspbian/ buster main contrib non-free rpi" >> /etc/apt/sources.list
apt get update
apt get upgrade -y
apt update
apt upgrade -y
apt install puppet git r10k -y
......@@ -37,8 +37,10 @@ cd build && make
make install
# install packages for scipy
apt install gfortran libatlas-base-dev python3-pybind11
apt build-dep python3-scipy
apt install gfortran libatlas-base-dev python3-pybind11 -y
apt build-dep python3-scipy -y
# remove apt version of cython
apt-get remove cython3 -y
# upgrade pip
pip3 install --upgrade pip
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment