summaryrefslogtreecommitdiffstats
path: root/pym/portage/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/__init__.py')
-rw-r--r--pym/portage/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py
index 4d400999a..d302b5242 100644
--- a/pym/portage/__init__.py
+++ b/pym/portage/__init__.py
@@ -327,6 +327,7 @@ except (ImportError, OSError) as e:
# ===========================================================================
_python_interpreter = os.path.realpath(sys.executable)
+_bin_path = PORTAGE_BIN_PATH
def _ensure_default_encoding():