Skip to content

Commit 7c74487

Browse files
author
Tom Goetz
committed
build updates
1 parent ab11ddd commit 7c74487

3 files changed

Lines changed: 7 additions & 10 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,8 @@ GarminConnectConfig.json
9797
test/test_files
9898
my-defines.mk
9999
test/*.txt
100+
my-defines.mk
101+
pyproject.toml
102+
uv.lock
100103

101104
Jupyter/.ipynb_checkpoints/

defines.mk

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,10 @@ TIME ?= $(shell which time)
2424

2525
endif
2626

27-
28-
# PYTHON3=$(shell which python3)
29-
PYTHON3=python3
30-
# PIP3=$(shell which pip3)
31-
PIP3=pip3
32-
33-
PYTHON ?= $(PYTHON3)
27+
PYTHON ?= python3
3428
# what python should the venv be based on?
35-
SYS_PYTHON_PATH ?= PYTHON3=$(shell which $(PYTHON3))
36-
PIP ?= $(PIP3)
29+
SYS_PYTHON_PATH ?= $(shell which python3)
30+
PIP ?= pip3
3731

3832

3933
ifeq ($(PYTHON),)

utilities

Submodule utilities updated 1 file

0 commit comments

Comments
 (0)