[tor-commits] [torspec/master] proposals: Make reindex use path for python

teor at torproject.org teor at torproject.org
Thu Feb 6 00:50:32 UTC 2020


commit d897e4de4a224f165617761638f5b3f3e876c617
Author: teor <teor at torproject.org>
Date:   Thu Feb 6 10:23:15 2020 +1000

    proposals: Make reindex use path for python
    
    Some people don't have their best python in /usr/bin.
    
    Other people only have python in /usr/local/bin, or other places.
---
 proposals/reindex.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proposals/reindex.py b/proposals/reindex.py
index 74efaf4..c66ec24 100755
--- a/proposals/reindex.py
+++ b/proposals/reindex.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 import re, os
 class Error(Exception): pass



More information about the tor-commits mailing list