I am unable to use nose (nosetests) in a virtualenv project - it can\'t seem to find the packages installed in the virtualenv environment.
The odd thing is that i ca
I got a similar problem. The following workaround helped:
python `which nosetests`
(instead of just nosestests)
nosestests