From 95b7db065b252ac6d4cd0ed3211bd52bc25dd402 Mon Sep 17 00:00:00 2001 From: Bojan Jovanovic Date: Sun, 27 Jan 2019 18:29:51 +0000 Subject: [PATCH] Not anymore. --- python_env.mk | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/python_env.mk b/python_env.mk index 84f35f9..50e99a5 100644 --- a/python_env.mk +++ b/python_env.mk @@ -3,11 +3,4 @@ ENV_FOLDER = $(shell pwd)/.venv endif .env: -ifeq ($(shell python -c 'import sys; print(sys.version_info[0:2])'),(2, 7)) - @echo "--> Installing environment to $(ENV_FOLDER)" - python -m virtualenv $(ENV_FOLDER) -else - @echo "Balkan requires python version 2.7" - @echo "Current python version is: $(shell python -c 'import sys; print(sys.version_info[0:2])')" - exit 1 -endif \ No newline at end of file + python -m virtualenv $(ENV_FOLDER) \ No newline at end of file -- GitLab