1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-06-15 04:18:36 -04:00

Renamed virtualenv dir to .aprsd-venv

This helps with shell prompts showing the name of the venv.
When you have multiple venv environments on your system, naming then
helps to identify which one you are actively using.
This commit is contained in:
2021-12-15 10:45:53 -05:00
parent 2f6e7e17e8
commit 610e40aecd
+4
View File
@@ -1,7 +1,11 @@
REQUIREMENTS_TXT ?= requirements.txt dev-requirements.txt
WORKDIR?=.
VENVDIR ?= $(WORKDIR)/.aprsd-venv
.DEFAULT_GOAL := help
.PHONY: dev docs server test
include Makefile.venv
Makefile.venv:
curl \