commit | 5f8e0c49d67b680f30113bc58ce0bf9e658996f4 | [log] [tgz] |
---|---|---|
author | Jesus de Mula Cano <demula@gmail.com> | 周五 3月 04 11:48:12 2011 +0100 |
committer | Jesus de Mula Cano <demula@gmail.com> | 周五 3月 04 11:48:12 2011 +0100 |
tree | b2944345ef16c546ddf04146ecc4f05aa013331d | |
parent | a38012fb1822502bed12523c68faa2e6dd3dc3bd [diff] |
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'