From 831d82a7a1dfaa2f9da8c4bb2e1abd827de3c875 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sat, 24 Apr 2021 03:26:19 -0400 Subject: [PATCH] alias python3 to python3.7 on bsd --- bin/setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/setup.sh b/bin/setup.sh index fa95390a..b8b60c5b 100755 --- a/bin/setup.sh +++ b/bin/setup.sh @@ -127,6 +127,7 @@ elif which pkg > /dev/null; then echo "[+] Installing ArchiveBox and its dependencies using pkg..." sudo pkg install -y python37 py37-pip py37-sqlite3 node npm wget curl youtube_dl ffmpeg git ripgrep sudo pkg install -y chromium + alias python3=python3.7 else echo "[!] Warning: Could not find aptitude/homebrew/pkg! May not be able to install all dependencies automatically." echo ""