Skip to content
This repository has been archived by the owner on Nov 14, 2020. It is now read-only.

Troubleshooting

Devin Walters edited this page Nov 22, 2013 · 1 revision

ZSH

If your primary shell is ZSH, you're going to find yourself in perma head scratching mode. Before you decide to delete Gherkin and go on with your life, try this:

  • Run which bash. I install bash via homebrew on OSX, so in my case, the binary lives at /usr/local/bin/bash. Yours might live elsewhere.
  • exec /usr/local/bin/bash -l ./gherkin -l core.gk -r to get a clean bash login shell and run gherkin.
  • Try to reproduce the problem you experienced when running gherkin from ZSH.
Clone this wiki locally