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

Fix: upgrade fails if existing venv was created with symlinks #2489

Merged
merged 3 commits into from
Feb 3, 2023

Commits on Feb 3, 2023

  1. (installer) fix failure to create venv over an existing venv

    if reinstalling over an existing installation where the .venv
    was created with symlinks to system python instead of copies
    of the python executable, the installer would raise a
    SameFileError, because it would attempt to copy Python over
    itself. This fixes the issue.
    ebr committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    3b43f3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d453afb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0ad109 View commit details
    Browse the repository at this point in the history