We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b8882e + 027220f commit 4078b9bCopy full SHA for 4078b9b
Makefile
@@ -2,7 +2,7 @@ all: help
2
3
EXTERNALS=externals
4
5
-PYTHON ?= python2
+PYTHON ?= `env which -a python2 python2.7 | head -n1`
6
PYTHONPATH=$$PYTHONPATH:$(EXTERNALS)/pypy
7
8
0 commit comments