We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec294aa commit caf3b88Copy full SHA for caf3b88
1 file changed
Makefile
@@ -8,7 +8,8 @@ JEKYLL_VERSION=3.8.5
8
PARSER=bin/markdown_ast.rb
9
DST=_site
10
11
-# Check Python 3 (https://stackoverflow.com/a/4933395)
+# Check Python 3 is installed and determine if it's called via python3 or python
12
+# (https://stackoverflow.com/a/4933395)
13
ifneq (, $(shell which python3))
14
PYTHON := python3
15
else ifneq (, $(shell which python))
0 commit comments