From 61bcad4765247a3292cbd25d8abc8072ea52a70f Mon Sep 17 00:00:00 2001 From: Vincent43 <31109921+Vincent43@users.noreply.github.com> Date: Thu, 22 Nov 2018 11:10:19 +0100 Subject: playonlinux.profile: allow python It won't work without it. --- etc/playonlinux.profile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/etc/playonlinux.profile b/etc/playonlinux.profile index 707c75cec..c97c27435 100644 --- a/etc/playonlinux.profile +++ b/etc/playonlinux.profile @@ -15,7 +15,13 @@ noblacklist ${HOME}/.PlayOnLinux # nc is needed to run playonlinux noblacklist ${PATH}/nc -# Allow access to perl +# Allow python (blacklisted by disable-interpreters.inc) +noblacklist ${PATH}/python2* +noblacklist ${PATH}/python3* +noblacklist /usr/lib/python2* +noblacklist /usr/lib/python3* + +# Allow perl (blacklisted by disable-interpreters.inc) noblacklist ${PATH}/cpan* noblacklist ${PATH}/core_perl noblacklist ${PATH}/perl @@ -23,7 +29,6 @@ noblacklist /usr/lib/perl* noblacklist /usr/share/perl* include disable-common.inc -# playonlinux uses perl include disable-devel.inc include disable-interpreters.inc include disable-programs.inc -- cgit v1.2.3-54-g00ecf