summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python.eselect.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/python.eselect.in b/python.eselect.in
index 7edcb96..8a21ab1 100644
--- a/python.eselect.in
+++ b/python.eselect.in
@@ -24,7 +24,7 @@ get_installed_pythons() {
if [[ -x ${INTERPRETER_PATH}/${i} ]]; then
echo "${i}"
fi
- done < <(python-exec2c -l)
+ done < <("${INTERPRETER_DIR}"/python-exec2c -l)
}
# Get list of all preference values from python-exec.conf. This