From 5f8e0c49d67b680f30113bc58ce0bf9e658996f4 Mon Sep 17 00:00:00 2001 From: Jesus de Mula Cano Date: Fri, 4 Mar 2011 11:48:12 +0100 Subject: [PATCH] python plugin updated to work with archlinux (envvar python is python 3 not 2). --- plugins/python.plugin.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/python.plugin.bash b/plugins/python.plugin.bash index 92f50e0..280beb1 100644 --- a/plugins/python.plugin.bash +++ b/plugins/python.plugin.bash @@ -1,4 +1,4 @@ #!/bin/bash -alias http='python -m SimpleHTTPServer' +alias http='python2 -m SimpleHTTPServer' -- 2.17.1