From 737e039c243ff23325f72da5c139d63dc60b34dc Mon Sep 17 00:00:00 2001 From: Jakub Vysoky Date: Thu, 22 Sep 2011 13:51:02 +0200 Subject: [PATCH] idea how to solve subshellstroubles --- TODO.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO.rst b/TODO.rst index 4325bf6..95ecb99 100644 --- a/TODO.rst +++ b/TODO.rst @@ -2,6 +2,9 @@ some more todos --------------- + * do not fork so many processes, try to exec script in python + something like ``python -c '__file__="neco.py"; execfile("neco.py")'`` (eg in ``pip/req.py``) + * find the difference between pip installed and setup.py installed rvirtualenv - - all the \*.py files are executable in the second case on debian etch probably some distribute (setuptools fork) behaviour