From: Matthias U. <mat...@ur...> - 2019-10-26 14:42:44
|
On 26.10.19 12:53, Mick Sulley wrote: > Question - is it good practice to always install packages like this as > root? On Linux, best practice is to not use "pip" if the distribution already has a package for whatever you need. Debian: "sudo apt install python3-ownet" (or the GUI equivalent). -- -- Matthias Urlichs |