Python version

Asked by Sebastian Urrutia-Quiroga

Hi,
Currently, I've updated my Python version in Mac, but now I'm having some issues with MG when I execute "./bin/mg5_aMC"
I've tried by creating an alias, but it did not work. Then, after modifying "#! /usr/bin/env python2", I was able to do it, but then I had the same issue with madevent.
Is there a way to fix this problem permanently?

Thanks a lot,
Sebastian

Question information

Language:
English Edit question
Status:
Solved
For:
MadGraph5_aMC@NLO Edit question
Assignee:
No assignee Edit question
Solved by:
Sebastian Urrutia-Quiroga
Solved:
Last query:
Last reply:
Revision history for this message
Olivier Mattelaer (olivier-mattelaer) said :
#1

Each time you are using an executable of MG5aMC, you have to run them as
python2 ./bin/mg5_aMC
(same for any other executable)

Cheers,

Olivier

Revision history for this message
Sebastian Urrutia-Quiroga (sgurruti) said :
#2

Thanks a lot, it was really easy. Sorry about that!

Sebastian