Ensure python2 for env2 make target
This commit is contained in:
parent
6a5449b8cb
commit
89de3738c0
2
Makefile
2
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/
|
$(CC) -c -o $@ $^ -O2 -fdata-sections -ffunction-sections -DuECC_PLATFORM=$(ecc_platform) -I./crypto/micro-ecc/
|
||||||
|
|
||||||
env2:
|
env2:
|
||||||
virtualenv env2
|
virtualenv --python=python2.7 env2
|
||||||
env2/bin/pip install -r tools/requirements.txt
|
env2/bin/pip install -r tools/requirements.txt
|
||||||
|
|
||||||
env3:
|
env3:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user