PYTHON := $(shell which python) PIPENV := $(PYTHON) -m pipenv run: $(PIPENV) run python3 ./main.py shell: $(PIPENV) shell install: $(PIPENV) install