$NetBSD: patch-ac,v 1.3 2013/04/10 16:10:19 drochner Exp $ --- plugins/python/progs/init-python.scm.orig 2013-03-05 08:38:29.000000000 +0000 +++ plugins/python/progs/init-python.scm @@ -31,7 +31,7 @@ (plugin-configure python (:winpath "Python2*" ".") - (:require (url-exists-in-path? "python")) + (:require (url-exists-in-path? "@PYTHONBIN@")) (:require (url-exists-in-path? "tm_python")) (:launch ,(python-launcher)) (:tab-completion #t)