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 02e52dd commit 853f42eCopy full SHA for 853f42e
Makefile
@@ -1,7 +1,7 @@
1
.PHONY: deps clean tests
2
3
ENV=.env
4
-PYTHON=python3.8
+PYTHON=python3
5
PYTHON_VERSION=$(shell ${PYTHON} -V | cut -d " " -f 2 | cut -c1-3)
6
SITE_PACKAGES=${ENV}/lib/python${PYTHON_VERSION}/site-packages
7
IN_ENV=source ${ENV}/bin/activate;
0 commit comments