Menu

#224 Using other instalations of python

closed-fixed
5
2007-09-21
2007-09-18
No

When installing epydoc, it hardcodes within the main executable the python path:

#!/usr/bin/python

This basically means it does not take into account the user's setting, which is bad if we want to re-allocate the python interpreter or to try out a newer version.

A better solution would be:

#!/usr/bin/env python

Could this be fixed for the next beta?

Discussion

  • Edward Loper

    Edward Loper - 2007-09-21

    Logged In: YES
    user_id=195958
    Originator: NO

    Yep. Fixed in svn revision 1601.

     
  • Edward Loper

    Edward Loper - 2007-09-21
    • status: open --> closed-fixed
     

Log in to post a comment.