paylogic / pip-accel

pip-accel: Accelerator for pip, the Python package manager
https://pypi.python.org/pypi/pip-accel
MIT License
308 stars 35 forks source link

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

Open HPotter opened 8 years ago

HPotter commented 8 years ago

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.