On 12/19/2014 06:57 AM, Donald Stufft wrote:
> Ok, I hope I did this right. I made a sid system and updated/upgraded it then 
> I
> did apt-get source python3.4 and used quilt to edit ensurepip-wheels.diff in 
> order
> to fix pip inside of a virtual environment and then I added a new patch
> ensurepip-disabled.diff which I adapted from the one you have on Python 2.7 to
> disable ensurepip when running outside of a virtual environment.
> 
> Output: https://bpaste.net/show/821a977c5f3c
> ensurepip-wheels.diff: https://bpaste.net/show/4e5852496eae
> ensurepip-disabled.diff: https://bpaste.net/show/5ed93f1df2fa
> 
> I built the package, installed it and tested it (that’s what you see in the 
> output
> link).

this patch restores the behaviour to install the wheels twice, one time into a
temporary directory, and one time into a directory in the venv? why is this
double copy needed? If you require the wheels permanently in the virtual
environment, why would you need the copy in the tempdir?


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to