Roundup Tracker - Issues

Issue 585397

classification
python interpreter is hardcoded
Type: Severity: normal
Components: Mail interface Versions:
process
Status: closed wont fix
:
: richard : richard, stefan
Priority: normal :

Created on 2002-07-23 13:19 by stefan, last changed 2002-07-23 23:05 by richard.

Messages
msg301 Author: [hidden] (stefan) Date: 2002-07-23 13:19
the roundup-mailgw script hardcodes the python interpreter:

#! /usr/bin/python

should probably be

#! /usr/bin/env python
msg302 Author: [hidden] (richard) Date: 2002-07-23 23:05
Logged In: YES 
user_id=6405

It is hardcoded to the location of the interpreter used to perform the 
roundup installation. This allows a larger group of users to use 
roundup without having to edit the interpreter line (eg. RedHat, where 
"/usr/bin/env python" won't work, but the interpreter they used to 
install roundup is guaranteed to work) 
 
History
Date User Action Args
2002-07-23 13:19:38stefancreate