paylogic / pip-accel

pip-accel: Accelerator for pip, the Python package manager

Home Page:https://pypi.python.org/pypi/pip-accel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

HPotter opened this issue · comments

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.