8000 Changed the location of the .venv to be shared with other repos. · masteringmatplotlib/architecture@6c40f70 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6c40f70

Browse files
committed
Changed the location of the .venv to be shared with other repos.
1 parent 7b415bc commit 6c40f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VENV=.venv
1+
VENV=../.venv-mmpl
22
PYTHON=python3.4
33
IPYTHON=ipython3
44
SYSTEM_PYTHON=$(shell which $(PYTHON))

0 commit comments

Comments
 (0)
0