1
0
Fork 0
mirror of synced 2024-06-02 10:34:43 +12:00

alias python3 to python3.7 on bsd

This commit is contained in:
Nick Sweeting 2021-04-24 03:26:19 -04:00 committed by GitHub
parent 2f9312f69b
commit 831d82a7a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ""