Skip to content

Instantly share code, notes, and snippets.

@superalsrk
Forked from AaronO/install-ebook-convert.md
Created December 21, 2015 13:10
Show Gist options
  • Save superalsrk/eb15c55f85defdfd8533 to your computer and use it in GitHub Desktop.
Save superalsrk/eb15c55f85defdfd8533 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