Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip install -e fails #2257

Closed
dalejung opened this issue Aug 5, 2012 · 0 comments
Closed

pip install -e fails #2257

dalejung opened this issue Aug 5, 2012 · 0 comments
Milestone

Comments

@dalejung
Copy link
Contributor

dalejung commented Aug 5, 2012

setup.py does not recognize the -e flag which is analogous to develop. Putting a return so cleanup doesn't do anything fixes the issue.

def cleanup():                                                                                       
    """Clean up the junk left around by the build process"""                                                                                                                      
    if "develop" not in sys.argv: 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant