We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc4c5d3 commit 4dec7e3Copy full SHA for 4dec7e3
1 file changed
Makefile
@@ -29,7 +29,7 @@ default:
29
30
install:
31
@test -d "$(VIRTUAL_ENV)" || mkdir -p "$(VIRTUAL_ENV)"
32
- @test -x "$(VIRTUAL_ENV)/bin/python" || virtualenv --quiet "$(VIRTUAL_ENV)"
+ @test -x "$(VIRTUAL_ENV)/bin/python" || virtualenv --python=python3 --quiet "$(VIRTUAL_ENV)"
33
@test -x "$(VIRTUAL_ENV)/bin/pip" || easy_install pip
34
@pip install --quiet --requirement=requirements.txt
35
@pip uninstall --yes $(PACKAGE_NAME) &>/dev/null || true
0 commit comments