Skip to content

Instantly share code, notes, and snippets.

@steevehook
Forked from AaronO/install-ebook-convert.md
Created April 19, 2018 15:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steevehook/dc0e7bfd3525342c842fb55b9683e7d0 to your computer and use it in GitHub Desktop.
Save steevehook/dc0e7bfd3525342c842fb55b9683e7d0 to your computer and use it in GitHub Desktop.

Install cask that extends the brew command :

brew install phinze/cask/brew-cask

Install calibre using cask :

brew cask install calibre

Setup $PATH for calibre (add ebook-convert and other commands to $PATH) :

export PATH="~/Applications/calibre.app/Contents/MacOS/:$PATH"

Or add it to your shell's .profile with :

echo 'export PATH=~/Applications/calibre.app/Contents/MacOS/:$PATH' >> ~/.profile

Now ebook-convert should be available :)

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