inkscape command line, where is it on mac?

前端 未结 3 520
时光说笑
时光说笑 2021-01-31 16:24

This is a kinda silly question. I\'ve installed Inkscape on my mac (Marvericks OS) following this page http://www.inkscape.org/en/download/mac-os/

I know there is a comm

3条回答
  •  一向
    一向 (楼主)
    2021-01-31 17:25

    I think some paths and filenames have changed over time and today you should add a symlink in /usr/local/bin to point to the bin directory of inkscape:

    sudo ln -s /Applications/Inkscape.app/Contents/Resources/bin/inkscape /usr/local/bin/inkscape

    Full credit to @Scott above who has this correct "answer" showing as a comment. This solution allows other subcommands of inkscape to work correctly, whereas creating an alias does not.

提交回复
热议问题