On 05/28/2016 09:47 PM, Rubén Rivero Capriles wrote:
My precise question is: should I yum install pip for python 2.7 now? Will I later install pip from sources for python 3.4 for the core, once mailman bundler is completed? If you install it using the EPEL repos, you should end up with pip 7.1 You should always try to get it from an official repo first. bundler needs python3.4 and python2.7. It also needs pip and virtualenv installed for both versions. You have to make sure they are installed before you start with the bundler installation instructions.
I don't think there should be any issues with outdated pip versions. The one thing I know of that changed, is how dependencies are handled, so you might need to install some dependencies by hand.