Installed Nose but cannot use on command line

后端 未结 8 1312
南旧
南旧 2020-12-29 06:40

I installed Nose on a Mac OSX 10.10.5 with Python2.7.9 using easy_install. The installation appeared to be successful:

Collecting nose
  Downlo         


        
8条回答
  •  梦毁少年i
    2020-12-29 07:24

    I try to reinstall the pip, it doesn't work but lastly, when i use sudo ...it works

    pip3 uninstall nose

    sudo pip3 install nose

    and

    which nosetests

    /usr/local/bin/nosetests

提交回复
热议问题