ryp
ryp

Reputation: 1

Can't open MuPDF via shell in macOS

I can't seem to open MuPDF by issuing a command. I installed it via Homebrew and when I type:

mupdf

...nothing happens. I found a thread on here where a solution was to type in:

mupdf-x11

But that didn't help me either.

I looked in the directory for the binaries and mutools is there along with some other stuff, but I'm just looking for the binary for the viewer.

Upvotes: 0

Views: 839

Answers (1)

jjw
jjw

Reputation: 31

I had the same issue with mupdf-x11 (exit code 127), and was able to fix it by adding

alias mupdf='mupdf-gl'

to my .zshrc

Upvotes: 2

Related Questions