Skip to content

Commit

Permalink
'make bootstrap' uses system python3, not pinned v3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tartley committed Oct 19, 2022
1 parent 0ae5ef2 commit 7991d34
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 @@ -15,7 +15,7 @@ help: ## Display help for documented make targets.

virtualenv=~/.virtualenvs/colorama
pip=$(virtualenv)/bin/pip
syspython=python3.8
syspython=python3
python=$(virtualenv)/bin/python
twine=$(virtualenv)/bin/twine

Expand Down

0 comments on commit 7991d34

Please sign in to comment.