Skip to content

Commit 84fca34

Browse files
author
Tom Goetz
committed
version check python define
1 parent 777db40 commit 84fca34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ clean_venv:
7979
rm -rf $(VENV)
8080

8181
version_check:
82-
python -c 'import sys; import garmindb.version; garmindb.version.python_dev_version_check(sys.argv[0])'
82+
$(PYTHON_PATH) -c 'import sys; import garmindb.version; garmindb.version.python_dev_version_check(sys.argv[0])'
8383

8484
update: submodules_update
8585
git pull

0 commit comments

Comments
 (0)