Currently when installing Webadmin, Python packages are installed with root rights into the global Python install. This is very non optimal. We even had to add a flag --break-system-packages to make our installer work on newer versions of PIP, so this is quite embarrasing.
Currently when installing Webadmin, Python packages are installed with root rights into the global Python install. This is very non optimal. We even had to add a flag
--break-system-packagesto make our installer work on newer versions of PIP, so this is quite embarrasing.