2016-01-21 23:42:40 +01:00

14 lines
454 B
Plaintext

$NetBSD: patch-ac,v 1.7 2015/08/05 13:09:17 ryoon Exp $
--- plugins/python/progs/init-python.scm.orig 2014-03-03 11:44:12.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)