We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae99c2f commit 62a3234Copy full SHA for 62a3234
Makefile
@@ -56,7 +56,7 @@ install-py: detectCLI
56
if command -v python3 >/dev/null 2>&1; then \
57
echo "[✓] Python3 ditemukan"; \
58
echo "[>] Menginstall Python package: $(PACKAGEPY)..."; \
59
- pip install $(PACKAGEPY); \
+ pip3 install $(PACKAGEPY); \
60
echo "[>] Python Berhasil DI setup"; \
61
else \
62
echo "[✗] Python3 tidak ditemukan! Silakan install terlebih dahulu."; \
0 commit comments