Skip to content

Is there any way to use pip-accel without installing to virtualenv? #70

@HPotter

Description

@HPotter

Hi!

Help me please =)
I have an application which uses many libraries, e.g. numpy, and I deploy it as bundle "code + virtualenv with all packages". I want to use pip-accel to build virtualenv for this bundle, but I don't want to have pip-accel installed in that virtualenv.

In theory, I can do pip install pip-accel && pip-accel install -r requirements.txt && pip uninstall pip-accel, but some pip-accel requirements (such as coloredlogs) will survive.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions