Skip to content

Commit 62a3234

Browse files
authored
fix pip
1 parent ae99c2f commit 62a3234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ install-py: detectCLI
5656
if command -v python3 >/dev/null 2>&1; then \
5757
echo "[✓] Python3 ditemukan"; \
5858
echo "[>] Menginstall Python package: $(PACKAGEPY)..."; \
59-
pip install $(PACKAGEPY); \
59+
pip3 install $(PACKAGEPY); \
6060
echo "[>] Python Berhasil DI setup"; \
6161
else \
6262
echo "[✗] Python3 tidak ditemukan! Silakan install terlebih dahulu."; \

0 commit comments

Comments
 (0)