We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37a89a2 + 6028756 commit 04faa82Copy full SHA for 04faa82
quippy/Makefile
@@ -32,6 +32,9 @@ include Makefile.rules
32
33
PY_VERSION=$(shell ${PYTHON} -c "import sys;t='{v[0]}.{v[1]}'.format(v=list(sys.version_info[:2]));sys.stdout.write(t)")
34
HAVE_PYTHON3=$(shell ${PYTHON} -c 'import sys; print(int(sys.version_info[0] >= 3))')
35
+ifeq (${PIP},)
36
+PIP=${PYTHON} -m pip
37
+endif
38
39
QUIPPY_SRC_DIR := ../../quippy
40
0 commit comments