dustinkeitel/goober

nosetests: error: no such option: --goober

Closed this issue · 2 comments

p00j4 commented

hi @dustinkeitel : thanks a lot for writing this, however I think i'm missing something in configuration.
Error: nosetests: error: no such option: --goober

Python 2.7.11
nosetests version 1.3.7
MAC osx: 10.10.5

My Settings:
setup worked perfectly still goober as option is not enabled, am I missing any more steps?
output from "python setup.py install"

screen shot 2017-02-06 at 4 11 11 pm

screen shot 2017-02-06 at 4 23 26 pm

What happens if you cd into the goober repo that you cloned and run pip install -e .?

p00j4 commented

perfect! thank you.
this makes it work. however can you please help me understand what it just did which setup install didn't do? like what it looks to me is, it has run "develop" instead of "install" which is like sym-link the egg file sort of, is it?

screen shot 2017-02-07 at 10 56 37 am

anyway, not an issue so closing it
@dustinkeitel please have look at #2 & #3