Skip to content

Commit 4b7f682

Browse files
author
Alvaro Muñoz
committed
use python3/pip3 instead of python/pip
1 parent 925721a commit 4b7f682

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ data-files: clean
77
cp codeql_kernel/images/* jupyter-data/share/jupyter/kernels/codeql/
88

99
install: data-files
10-
python build_treesitter.py
11-
pip install -e ".[test]"
10+
python3 build_treesitter.py
11+
pip3 install -e ".[test]"
1212

1313
clean:
1414
rm -rf jupyter-data
@@ -17,8 +17,8 @@ clean:
1717

1818

1919
build: data-files
20-
pip install build twine
21-
python -m build .
20+
pip3 install build twine
21+
python3 -m build .
2222
twine check --strict dist/*
2323

2424
test: clean

0 commit comments

Comments
 (0)