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: Correctly remove bk dir when re-signing macOS Python 2.x executable #2272

Merged
merged 2 commits into from
Jan 2, 2022

Commits on Jan 1, 2022

  1. fix: AttributeError on macOS creating a Python 2.x virtualenv

    Fixes pypa#2269
    
    > AttributeError: 'bool' object has no attribute 'error'
    
    when creating a Python 2.x environment on macOS with virtualenv 20.12.0.
    
    Refs pypa#2233
    moreati committed Jan 1, 2022
    Configuration menu
    Copy the full SHA
    c3c8e80 View commit details
    Browse the repository at this point in the history
  2. fix: Correctly remove bk dir when re-signing macOS Python 2.x executable

    Fixes pypa#2271
    
    > PermissionError: [Errno 1] Operation not permitted:
    '/Users/alex/src/virtualenv/v27/bin/bk'
    
    Requires pypa#2270
    Refs pypa#2233
    moreati committed Jan 1, 2022
    Configuration menu
    Copy the full SHA
    edf01ae View commit details
    Browse the repository at this point in the history