Won't run on MacOS Terminal - Solved
LeslieBarry opened this issue · 1 comments
LeslieBarry commented
Instead of evernote2md in terminal , replace evernote2md to ./evernote2md:
./evernote2md My\ Notes.enex TestEvernote
Source: https://forum.zettlr.com/discussion/153/import-from-evernote
wormi4ok commented
Hello @LeslieBarry,
Thanks for posting the solution here! This will be useful if you download a release manually to your Mac and have all files in the same folder.
I'd highly recommend installing evernote2md
via Homebrew on macOS. This way the app will be available anywhere ( so you can use evernote2md
in any folder, without ./
) and it's easy to update/delete it.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" # Install Homebrew
brew install evernote2md # Install evernote2md
brew upgrade evernote2md # Update
brew uninstall evernote2md # Delete it