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:
Hemna 2021-12-15 10:45:53 -05:00
parent 2f6e7e17e8
commit 610e40aecd
1 changed files with 4 additions and 0 deletions

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 \