mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
make virtualenv work again
This commit is contained in:
2
Makefile
2
Makefile
@@ -68,7 +68,7 @@ $(VENV_BIN):
|
|||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
$(PYTHON_BIN): $(VENV_BIN) requirements.txt
|
$(PYTHON_BIN): $(VENV_BIN) requirements.txt
|
||||||
python3 -m virtualenv -p python3 $(VENV_DIR)
|
python3 -m venv -p python3 $(VENV_DIR)
|
||||||
$@ -m pip install -r requirements.txt
|
$@ -m pip install -r requirements.txt
|
||||||
|
|
||||||
$(MAKO_RENDER): $(PYTHON_BIN) $(wildcard $(GEN_LIB_SRC)/*)
|
$(MAKO_RENDER): $(PYTHON_BIN) $(wildcard $(GEN_LIB_SRC)/*)
|
||||||
|
|||||||
Reference in New Issue
Block a user