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 fca1f10 commit 00f8496Copy full SHA for 00f8496
Makefile
@@ -2,7 +2,7 @@ BINDIR = $(PWD)/.state/env/bin
2
3
.state/env/pyvenv.cfg: requirements/dev.txt
4
rm -rf .state/env
5
- python -m venv .state/env
+ python3 -m venv .state/env
6
7
# install/upgrade general requirements
8
$(BINDIR)/python -m pip install --upgrade pip setuptools wheel
0 commit comments