We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f9312f commit 831d82aCopy full SHA for 831d82a
bin/setup.sh
@@ -127,6 +127,7 @@ elif which pkg > /dev/null; then
127
echo "[+] Installing ArchiveBox and its dependencies using pkg..."
128
sudo pkg install -y python37 py37-pip py37-sqlite3 node npm wget curl youtube_dl ffmpeg git ripgrep
129
sudo pkg install -y chromium
130
+ alias python3=python3.7
131
else
132
echo "[!] Warning: Could not find aptitude/homebrew/pkg! May not be able to install all dependencies automatically."
133
echo ""
0 commit comments