We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab68f6a commit b59e2e1Copy full SHA for b59e2e1
backend/Makefile
@@ -2,7 +2,7 @@
2
3
VIRTUAL_ENV = .dev/venv
4
PYTHON = $(VIRTUAL_ENV)/bin/python
5
-PIP = $(VIRTUAL_ENV)/bin/pip
+PIP = $(VIRTUAL_ENV)/bin/pip
6
7
none:
8
@echo "MAKE: Enter at least one target (venv, install, install-dev, start-backend, start-worker, clean)"
0 commit comments