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
First I did pip wheel django==1.4.5, to make wheel for faster updates.
Now, when doing pip install django==1.4.5 --download ./packages, the ./packages/ directory contains unpacked django package. I would expect to see either original source package or wheel built by myself, but not extracted archive.
Pip version: 1.4.1, setuptools version: 0.9.8, commands were done in virtualenv (1.10.1).
The text was updated successfully, but these errors were encountered:
I have following configuration file for pip:
First I did
pip wheel django==1.4.5
, to make wheel for faster updates.Now, when doing
pip install django==1.4.5 --download ./packages
, the./packages/
directory contains unpacked django package. I would expect to see either original source package or wheel built by myself, but not extracted archive.Pip version: 1.4.1, setuptools version: 0.9.8, commands were done in virtualenv (1.10.1).
The text was updated successfully, but these errors were encountered: