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

BUG: finish fix for speeding up "pip install ." #3219

Closed
wants to merge 3 commits into from

Commits on Nov 3, 2015

  1. BUG: finish fix for speeding up "pip install .".

    This is a follow-up to pypagh-2535, which added the code to copy via
    (sdist + unpack) instead of shutil.copytree, but forgot to actually
    call that function.
    
    Fixes pypagh-2195 (slow pip install of a dir).
    rgommers committed Nov 3, 2015
    Configuration menu
    Copy the full SHA
    f7b8983 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    749dc2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    717a7b7 View commit details
    Browse the repository at this point in the history