I'm on exercise 46 of Learn Python the Hard Way, and I'm meant to install nose and run nosetests. I've installed nose already using pip, but when I run nosetests in the directory above the 'tests' folder, I get the error:
'nosetests' is not recognized as an internal or external command, operable program or batch file.
If it's relevant, I've already modified the PATH variable to include full path of Python27/Scripts
and Python/Lib/site-package
.