Use the correct executable in setup.py

Review Request #4633 — Created Sept. 22, 2013 and submitted — Latest diff uploaded

Information

Review Board
master

Reviewers

In setup.py, sys.executable contains the path of the current python interpreter and one should use it when running a different script.

On a system where the executable is /usr/bin/python2.

    Loading...