Skip to content

Commit

Permalink
Rename virtual env .venv
Browse files Browse the repository at this point in the history
  • Loading branch information
smallwat3r committed Dec 17, 2023
1 parent 676ae2b commit 6349cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dc-start-adminer-mysql: dc-stop ## Start dev docker server using MySQL (with ad
dc-stop-mysql: ## Stop dev docker server using MySQL
@docker compose -f docker-compose-mysql.yml stop;

VENV = venv
VENV = .venv
VENV_PYTHON = $(VENV)/bin/python
SYSTEM_PYTHON = $(shell which python3.12)
PYTHON = $(wildcard $(VENV_PYTHON))
Expand Down

0 comments on commit 6349cb6

Please sign in to comment.