duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Duplicity-talk] #!/usr/bin/python


From: edgar . soldin
Subject: [Duplicity-talk] #!/usr/bin/python
Date: Sun, 25 Oct 2015 17:20:31 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

hey Ken,

any specific reason why we expect python to reside in /usr/bin . just spent 5 
hours try to find out why duplicity didn't like to play well with several 
python versions installed under /usr/local/python-<version> just to find out 
that the interpreter path is hardcoded after the shebang.

would you oppose a more generic 
 #!/usr/bin/env python
which would look up python in the current PATH env var?

..ede



reply via email to

[Prev in Thread] Current Thread [Next in Thread]