Skip to content

Creating virtualenvs with PyPy always warns about a missing LICENSE file #1352

Closed
@Julian

Description

@Julian
⊙  pypy ~/Development/virtualenv/virtualenv.py --quiet foo                                                                     jberman@USNYHJBERMANMB2
  No LICENSE.txt / LICENSE found in source

os.path.join(prefix, "LICENSE"),
looks like the problematic line, introduced in #1318.

The license() builtin in PyPy is static, and doesn't have a LICENSE to copy.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions