[issue14357] Distutils2 does not work with virtualenv

2012-03-27 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Just logged into your machine to try to reproduce, could not (check the ~merwok/.bash_history file). -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14357

[issue14357] Distutils2 does not work with virtualenv

2012-03-27 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Alex and I found the real issue: it’s about caching of scripts in the build directory. d2 works in a virtualenv, closing :) -- resolution: - duplicate stage: - committed/rejected status: open - closed superseder: - distutils[2]

[issue14357] Distutils2 does not work with virtualenv

2012-03-22 Thread Alex Grönholm
Alex Grönholm alex.gronholm+pyt...@nextday.fi added the comment: Kubuntu 11.10, 64-bit. No ~/.pydistutils.cfg. What other info do you need? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14357

[issue14357] Distutils2 does not work with virtualenv

2012-03-21 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Can you give more info about your OS, ~/.pydistutils.cfg, etc.? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14357 ___

[issue14357] Distutils2 does not work with virtualenv

2012-03-18 Thread Alex Grönholm
New submission from Alex Grönholm alex.gronholm+pyt...@nextday.fi: The installed pysetup script launches (at least on my system) with /usr/bin/python regardless of the interpreter used for installing it. -- assignee: eric.araujo components: Distutils2 messages: 156231 nosy: agronholm,

[issue14357] Distutils2 does not work with virtualenv

2012-03-18 Thread Alex Grönholm
Changes by Alex Grönholm alex.gronholm+pyt...@nextday.fi: -- type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14357 ___ ___

[issue14357] Distutils2 does not work with virtualenv

2012-03-18 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: The shebang uses /usr/bin/env python; when installing with a virtualenv’s pip, distutils rewrites it to use the venv’s Python. Could you give me the exact steps to reproduce? -- ___ Python tracker

[issue14357] Distutils2 does not work with virtualenv

2012-03-18 Thread Alex Grönholm
Alex Grönholm alex.gronholm+pyt...@nextday.fi added the comment: Log attached. -- Added file: http://bugs.python.org/file24927/d2log.txt ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14357

[issue14357] Distutils2 does not work with virtualenv

2012-03-18 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: I can’t reproduce. Can you delete your venv, start again and tell me how it goes? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14357

[issue14357] Distutils2 does not work with virtualenv

2012-03-18 Thread Alex Grönholm
Alex Grönholm alex.gronholm+pyt...@nextday.fi added the comment: I can’t reproduce. Can you delete your venv, start again and tell me how it goes? I've repeated this several times, and the result is always the same. -- ___ Python tracker