Problems using nose in a virtualenv

后端 未结 8 1987
-上瘾入骨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条回答
  •  情歌与酒
    2020-12-24 06:00

    Perhaps this is a recent change, but for me, when I installed nosetests through pip, there was a nosetests executable installed in .virtualenvs//bin, which (unsurprisingly) operates correctly with the virtualenv.

提交回复
热议问题