On Tuesday, December 28, 2021 at 7:45:22 PM UTC-8 Eric K wrote: > After re-installing python3-paho-mqtt into Ubuntu 21.04 with "sudo apt-get > install python3-paho-mqtt" > /usr/local/lib/python3.9/dist-packages/ is empty > I'm not sure where the reinstalled python3-paho-mqtt files got installed? > Back in /usr/local/lib/python3.8/dist-packages/ ? >
Does it really matter as long as it works ? As I mentioned earlier, if you use pip it goes under /usr/local/lib, but if you use apt then it goes under /usr/lib. But it doesn't really matter. Just go with it. It works. -- 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/9e34e0b0-0aa7-4bb9-adf8-57d68e51873an%40googlegroups.com.
