Use the correct executable in setup.py

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

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.

reviewbot
  1. This is a review from Review Bot.
    Tool: PEP8 Style Checker
    Processed Files:
    setup.py
    Ignored Files:

  2. 
      
reviewbot
  1. This is a review from Review Bot.
    Tool: Pyflakes
    Processed Files:
    setup.py
    Ignored Files:

  2. 
      
david
  1. Ship It!

  2. 
      
david
  1. Ship It!

  2. 
      
LI
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-1.7.x (d82f6ef) and master (d1ec041). Thanks!

Loading...