Review Board 2.0.15


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 -v pwd:/gem5/ -it powerjg/arch-dev /bin/bash" to build/run/test gem5.

Review request changed
Updated (Feb. 11, 2017, 8:54 a.m.)

Status: Closed (submitted)