I've been working through the Lettuce tutorial (Lettuce Tutorial) to get BDD and Pyton to work together, all is in place.
The problem is I cannot run lettuce through my Mac OSX terminal, the tutorial shows lettuce specifying the test path and passing in lettuce as an argument;
user@machine:~/projects/mymath/tests$ lettuce
But this doesn't work for me as it returns path not found but I can cd to the same path where my tests reside.
When using Mac OSX terminal, what is the command to run lettuce and specify the tests path? Thanks in advance