Skip to content

Commit 831d82a

Browse files
authored
alias python3 to python3.7 on bsd
1 parent 2f9312f commit 831d82a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/setup.sh

+1
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ elif which pkg > /dev/null; then
127127
echo "[+] Installing ArchiveBox and its dependencies using pkg..."
128128
sudo pkg install -y python37 py37-pip py37-sqlite3 node npm wget curl youtube_dl ffmpeg git ripgrep
129129
sudo pkg install -y chromium
130+
alias python3=python3.7
130131
else
131132
echo "[!] Warning: Could not find aptitude/homebrew/pkg! May not be able to install all dependencies automatically."
132133
echo ""

0 commit comments

Comments
 (0)