summaryrefslogtreecommitdiffstats
path: root/pym/portage/process.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/process.py')
-rw-r--r--pym/portage/process.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/pym/portage/process.py b/pym/portage/process.py
index 331e88059..aed727167 100644
--- a/pym/portage/process.py
+++ b/pym/portage/process.py
@@ -375,9 +375,6 @@ def _exec(binary, mycommand, opt_name, fd_pipes, env, gid, groups, uid, umask,
os.umask(umask)
if pre_exec:
pre_exec()
-
- # Set requested Python interpreter for Portage helpers.
- env['PORTAGE_PYTHON'] = sys.executable
# And switch to the new process.
os.execve(binary, myargs, env)