Skip to content

Commit

Permalink
Add python-env-activate function to make file
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisonWilde committed Dec 20, 2024
1 parent 2f79043 commit 3c745d3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions {{ cookiecutter.repo_name }}/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ python-env-remove:
@rm -f .cookiecutter/state/python-env-create*
@direnv reload

.PHONY: python-env-activate
## Activate the virtual environment
python-env-activate:
@echo "Activating ${ENVIRONMENT_TYPE} environment..."
@${ENV_ACTIVATE}

.PHONY: python-env-update
## Update the environment based on dependency files
python-env-update:
Expand Down

0 comments on commit 3c745d3

Please sign in to comment.