You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: