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
Are you able to run myenv/bin/python /usr/bin/nosetests? That should run Nose using the virtual environment's library set.
myenv/bin/python /usr/bin/nosetests