diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-01-14 20:59:50 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-01-14 20:59:50 +0000 |
| commit | 7c3a20e7fad2cbe82ba2508d40b8aed160b0b962 (patch) | |
| tree | 711eb24dfc9222cfcae4e4541a087a4bf94cef85 | |
| parent | remove option binary (diff) | |
| download | SyncRNG-7c3a20e7fad2cbe82ba2508d40b8aed160b0b962.tar.gz SyncRNG-7c3a20e7fad2cbe82ba2508d40b8aed160b0b962.zip | |
debug venv dir on windows
| -rw-r--r-- | python/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/Makefile b/python/Makefile index 6cf31c7..6b98eac 100644 --- a/python/Makefile +++ b/python/Makefile @@ -10,7 +10,7 @@ SHELL := bash MAKEFLAGS += --no-builtin-rules PACKAGE=SyncRNG -VENV_DIR=./venv/ +VENV_DIR=./venv .PHONY: help @@ -66,10 +66,10 @@ venv: $(VENV_DIR)/bin/activate $(VENV_DIR)/bin/activate: test -d $(VENV_DIR) || python -m venv $(VENV_DIR) + ls -R $(VENV_DIR) source $(VENV_DIR)/bin/activate && pip install -e .[dev] touch $(VENV_DIR)/bin/activate - ############ # Clean up # ############ |
