mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-15 02:57:05 +02:00
alias python3 to python3.7 on bsd
This commit is contained in:
@@ -127,6 +127,7 @@ elif which pkg > /dev/null; then
|
|||||||
echo "[+] Installing ArchiveBox and its dependencies using pkg..."
|
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 python37 py37-pip py37-sqlite3 node npm wget curl youtube_dl ffmpeg git ripgrep
|
||||||
sudo pkg install -y chromium
|
sudo pkg install -y chromium
|
||||||
|
alias python3=python3.7
|
||||||
else
|
else
|
||||||
echo "[!] Warning: Could not find aptitude/homebrew/pkg! May not be able to install all dependencies automatically."
|
echo "[!] Warning: Could not find aptitude/homebrew/pkg! May not be able to install all dependencies automatically."
|
||||||
echo ""
|
echo ""
|
||||||
|
Reference in New Issue
Block a user