summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'python.eselect')
-rw-r--r--python.eselect1
1 files changed, 1 insertions, 0 deletions
diff --git a/python.eselect b/python.eselect
index f72e5cc..9c58391 100644
--- a/python.eselect
+++ b/python.eselect
@@ -36,6 +36,7 @@ find_targets() {
set_python() {
local symlink="${INTERPRETER_PATH}python" target="${1}"
ln -s python-wrapper "${symlink}"
+ mkdir -p "${ENV_D_PATH}/python"
echo "${target}" > "${ENV_D_PATH}/python/config"
}