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
In the same situation I needed to reload the virtualenv for the path to be correctly updated:
virtualenv
deactivate env/bin/activate