1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-17 12:01:02 +02:00

Updated Install (markdown)

Nick Sweeting
2024-02-18 23:50:46 -08:00
parent 25310926b0
commit acd835a0fb

@@ -204,8 +204,10 @@ pip install --upgrade --ignore-installed archivebox[ldap,sonic]
Then make sure the `pip`-installed version of `archivebox` is available in your `$PATH`. Then make sure the `pip`-installed version of `archivebox` is available in your `$PATH`.
```bash ```bash
apt show archivebox # show info about the apt-installed version of archivebox
brew info archivebox # show info about the brew-installed version of archivebox brew info archivebox # show info about the brew-installed version of archivebox
pip show archivebox # show info about the pip-installed version of archivebox pip show archivebox # show info about the pip-installed version of archivebox
echo $PATH # show the directories your system is searching for binaries echo $PATH # show the directories your system is searching for binaries
which -a archivebox # show all installed archivebox binaries available which -a archivebox # show all installed archivebox binaries available
which archivebox # show which archivebox binary is being called which archivebox # show which archivebox binary is being called