From acd835a0fbc53b64fb593f609c438f0051f02fe7 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sun, 18 Feb 2024 23:50:46 -0800 Subject: [PATCH] Updated Install (markdown) --- Install.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Install.md b/Install.md index 59540a2..bdd85c4 100644 --- a/Install.md +++ b/Install.md @@ -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`. ```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 pip show archivebox # show info about the pip-installed version of archivebox + echo $PATH # show the directories your system is searching for binaries which -a archivebox # show all installed archivebox binaries available which archivebox # show which archivebox binary is being called