[pypy-issue] [issue1272] user and home install schemes broke in pypy

Marcus Smith tracker at bugs.pypy.org
Sat Sep 29 22:14:59 CEST 2012


New submission from Marcus Smith <qwcode at gmail.com>:

the user and home installation schemes are broke in pypy 1.9 due it's custom 
"pypy" installation scheme.

user scheme: http://docs.python.org/dev/distutils/install.html#alternate-
installation-the-user-scheme

home scheme: http://docs.python.org/dev/distutils/install.html#alternate-
installation-the-home-scheme

there's a wake of issues/workarounds in pip and virtualenv related to the "pypy" 
scheme:
-https://github.com/pypa/pip/issues/629
-https://github.com/pypa/pip/issues/624
-https://github.com/pypa/pip/issues/625
-https://github.com/pypa/virtualenv/issues/306
-https://github.com/pypa/virtualenv/issues/302

I created a diff that shows the difference for distutils.command.install between 
py2.7 and pypy1.9, and discuss options.

https://github.com/qwcode/pypy_scheme/commit/b7856156f302c192698cd311df814dfd3bf
7a8a0

----------
messages: 4791
nosy: pypy-issue, qwcode
priority: bug
release: 1.9
status: unread
title: user and home install schemes broke in pypy

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1272>
________________________________________


More information about the pypy-issue mailing list