Problems using nose in a virtualenv

后端 未结 8 1982
-上瘾入骨i
-上瘾入骨i 2020-12-24 04:57

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

8条回答
  •  Happy的楠姐
    2020-12-24 05:47

    Are you able to run myenv/bin/python /usr/bin/nosetests? That should run Nose using the virtual environment's library set.

提交回复
热议问题