We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76f95b4 commit ae99c2fCopy full SHA for ae99c2f
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
- pip3 install $(PACKAGEPY); \
+ pip install $(PACKAGEPY); \
60
echo "[>] Python Berhasil DI setup"; \
61
else \
62
echo "[✗] Python3 tidak ditemukan! Silakan install terlebih dahulu."; \
0 commit comments