From 89de3738c01f968866d29cc334755ea561c978b0 Mon Sep 17 00:00:00 2001 From: Nicolas Stalder Date: Thu, 3 Jan 2019 14:30:19 +0100 Subject: [PATCH] Ensure python2 for env2 make target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c6398db..2d7ad47 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,7 @@ uECC.o: ./crypto/micro-ecc/uECC.c $(CC) -c -o $@ $^ -O2 -fdata-sections -ffunction-sections -DuECC_PLATFORM=$(ecc_platform) -I./crypto/micro-ecc/ env2: - virtualenv env2 + virtualenv --python=python2.7 env2 env2/bin/pip install -r tools/requirements.txt env3: