Skip to content

VenvWrapper requires setting with_pip=True to work correctly #33

@vpratz

Description

@vpratz

By default, VenvWrapper (via EnvBuilder) does not include pip. As the pip in the path is then the one of the host environment, the pip install call will be executed in the wrong environment. Setting use_pip=True resolves this, but I think many (like I did) would assume this to be the default. Maybe we can change the default for the wrapper.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions