Skip to content

Instantly share code, notes, and snippets.

@hyuki
Last active January 4, 2023 01:35
Show Gist options
  • Save hyuki/7aa03a013f875e5508c155207e224921 to your computer and use it in GitHub Desktop.
Save hyuki/7aa03a013f875e5508c155207e224921 to your computer and use it in GitHub Desktop.
Troubleshoot: GPL Ghostscript 9.16: Can't find initialization file gs_init.ps.
$ dvipdfmx test.dvi
GPL Ghostscript 9.16: Can't find initialization file gs_init.ps.
$ gs --version
GPL Ghostscript 9.16 (2015-03-30)
$ brew info gs
ghostscript: stable 9.25 (bottled), HEAD
$ brew link ghostscript
Error: Could not symlink bin/dvipdf
$ brew link --overwrite ghostscript
Linking /usr/local/Cellar/ghostscript/9.25... 58 symlinks created
$ gs --version
9.25
@hyuki
Copy link
Author

hyuki commented Nov 6, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment