Fixed gps_tool setup

This commit is contained in:
2021-03-25 14:08:19 -04:00
parent 8c80d7e535
commit ec43aa0cb5

View File

@ -3,8 +3,8 @@
# Python 3
echo "Python 3 Software:"
sudo apt-get -y --ignore-missing install python3-all python3-dev python3-tk idle3 python3-pip python3-pyqt5 python3-serial python3-can python3-protobuf python3-numpy python3-pil.imagetk python3-gi
apt-get -y --ignore-missing install spyder3 python3-pyside2.*
apt-get -y --ignore-missing install gpsd gpsd-clients gpsbabel libgps-dev python-gps
sudo apt-get -y --ignore-missing install spyder3 python3-pyside2.*
sudo apt-get -y --ignore-missing install gpsd gpsd-clients gpsbabel libgps-dev python-gps
# Python addons
echo "Python 3 Packages:"
@ -13,8 +13,8 @@ sudo -H pip3 install configparser pyside2
sudo -H pip3 install --upgrade pyserial matplotlib numpy scipy scapy gps gpxpy maidenhead virtualenv virtualenvwrapper
# gpsd startup
cp -r etc/* /etc/
sudo cp -r etc/* /etc/
# enable and start gpsd service
systemctl enable gpsd.service
systemctl start gpsd.service
sudo systemctl enable gpsd.service
sudo systemctl start gpsd.service