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.
1 parent 0b8882e commit 027220fCopy full SHA for 027220f
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