25 Jan
2024
25 Jan
'24
1:42 p.m.
I recently found the "pipx" wrapper very useful and wanted to ask you if this could be facilitate the fresh installation of the mailman3-suite. Has anyone in the list already experiences installing mailman and mailmanweg through "pipx"?
Here are my general tipps for using pipx
# https://pipx.pypa.io/stable/installation/#on-linux
sudo apt install pipx python3-venv
To install a package systemwide for all users, I recommend the tip from https://github.com/pypa/pipx/issues/754#issuecomment-951162846 .
sudo PIPX_HOME=/opt/pipx PIPX_BIN_DIR=/usr/local/bin pipx install <package>