aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python/Makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 4a47571..cb2c916 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ R/.Rhistory
R/SyncRNG.Rcheck
R/SyncRNG_*.tar.gz
python/SyncRNG.egg-info
+python/venv
diff --git a/python/Makefile b/python/Makefile
index c0094d4..6cf31c7 100644
--- a/python/Makefile
+++ b/python/Makefile
@@ -10,7 +10,7 @@ SHELL := bash
MAKEFLAGS += --no-builtin-rules
PACKAGE=SyncRNG
-VENV_DIR=/tmp/sync_venv/
+VENV_DIR=./venv/
.PHONY: help