Am 23.06.24 um 16:49 schrieb Christoph Kukulies via macports-users:
I can't the heck not figure out what the name of the binary is, once you did a
`sudo port install 7zip` under macOS?
$ p7zip
-bash: p7zip: command not found
$ 7zip
-bash: 7zip: command not found
$ pzip
-bash: pzip: command not found
$ p7zip
-bash: p7zip: command not found
$ 7z
-bash: 7z: command not found
$ 7zip
-bash: 7zip: command not found
$
Could anyone solve the secret?
ls -al /opt/local/bin/7z*
TLDR: 7z
If your bash can’t find it, check the PATH.
Hraban