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.
2 parents a18894d + 28443b4 commit ab3fcb8Copy full SHA for ab3fcb8
python/sqlalchemy/Makefile
@@ -17,10 +17,10 @@ ADDR ?= cockroachdb://root@localhost:26257/company_sqlalchemy?sslmode=disable
17
18
.PHONY: start
19
start:
20
- ADDR=$(ADDR) ./server.py --port=6543
+ ADDR=$(ADDR) python3 ./server.py --port=6543
21
22
.PHONY: deps
23
deps:
24
# To avoid permissions errors, the following should be run in a virtualenv
25
# (preferred) or as root.
26
- pip install flask-sqlalchemy sqlalchemy-cockroachdb psycopg2
+ pip3 install flask-sqlalchemy sqlalchemy-cockroachdb psycopg2
0 commit comments