Skip to content

Commit 418d990

Browse files
author
Eric Larson
committed
Use .venv for the default virtualenv path
1 parent a7db77f commit 418d990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VENV = venv
1+
VENV = .venv
22
ACTIVATE = $(VENV)/bin/activate
33
CHEESE=https://pypi.python.org/pypi
44
BUMPTYPE=patch

0 commit comments

Comments
 (0)