Hi Rich,

Which Ubuntu 20 did you install on ? server or workstation ?

I installed mine on server

1st thing....

 sudo apt update
 sudo apt upgrade -y

then I checked that python was OK

timt@metoffice:~$ python3
Python 3.8.5 (default, Jul 28 2020, 12:59:40)
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>
timt@metoffice:~$

then

wget -qO - http://weewx.com/keys.html | sudo apt-key add -
wget -qO - http://weewx.com/apt/weewx-python3.list | sudo tee /etc/apt/sources.list.d/weewx.list
sudo apt install apache2
sudo apt-get install weewx

and it was good to go from there.

cheers

Tim


--
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/5ebc1cc9-dd42-bf46-6509-8ecdc0652d9a%40skybase.net.

Reply via email to