misc: Update #!env calls for python to explicit version
Review Request #3792 - Created Jan. 26, 2017 and submitted
| Information | |
|---|---|
| Jason Lowe-Power | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
misc: Update #!env calls for python to explicit version In some newer Linux distributions, env python default to Python 3.0. This patch explicitly uses "python2" instead of just "python" for all scripts that use #! Reported-by: Sanchayan Maity <maitysanchayan@gmail.com>
gem5 compiles on arch with this patch and http://reviews.gem5.org/r/3779/.
Testing done on arch docker image. See https://hub.docker.com/r/powerjg/arch-dev/.
Run "docker run -vpwd:/gem5/ -it powerjg/arch-dev /bin/bash" to build/run/test gem5.
Posted (Jan. 27, 2017, 9:21 a.m.)
Seems reasonable to me. Could you factor out the header change and put it in a separate commit?
Ship It!
Ship It!
