9 Jun
2021
9 Jun
'21
5:50 a.m.
Okay, i will try to explain the overall situation as far as I can understand: Its a CentOS 7 host without any virtualenv. Mailman_suite_project git repo has been cloned to the host and after that some packages have been installed with the help of pip:
# pip2 install django==1.10 postorius==1.1.0 hyperkitty whoosh xapian-haystack # pip3.5 install mailman mailman-hyperkitty
And now Im in trouble, what would be the right steps from here. I'm not that competent to use pip, so im confused - should i install python36 packages and try to upgrade pip2 and pip3 mailman packages after that or should i install these pip2 packages with pip3 and remove from pip2 list?