What is the recommended way for updating installed the installed pkgs in MM3 venv - to ensure that nothing breaks?
-- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254 7 3200 0004/+254 7 2274 3223 "Oh, the cruft.", egrep -v '^$|^.*#' ¯\_(ツ)_/¯ :-)
On 10/15/22 03:39, Odhiambo Washington wrote:
What is the recommended way for updating installed the installed pkgs in MM3 venv - to ensure that nothing breaks?
Upgrading to what? To upgrade from PyPI you can do
pip install --upgrade xxx
for all the mailman packages where xxx is the package name. However, this may create an issue with Hyperkitty because of https://gitlab.com/mailman/hyperkitty/-/issues/431
To update from the heads of the GitLab branches, the commands would be
pip install --upgrade git+https://gitlab.com/mailman/xxx@master
With either of the above, it may be necessary to add the
--force-reinstall
option to pip install
.
See this post https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/message/... and this thread https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/thread/6...
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
Mark Sapiro
-
Odhiambo Washington