From: Jesus de Mula Cano Date: Fri, 4 Mar 2011 10:48:12 +0000 (+0100) Subject: python plugin updated to work with archlinux (envvar python is python 3 not 2). X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=5f8e0c49d67b680f30113bc58ce0bf9e658996f4;p=common%2Fbash_it.git python plugin updated to work with archlinux (envvar python is python 3 not 2). --- 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'