Opened 14 years ago

Closed 13 years ago

#26328 closed defect (fixed)

reinteract installation confuses Python installations

Reported by: khinsen (Konrad Hinsen) Owned by: afb@…
Priority: Normal Milestone:
Component: ports Version: 1.9.1
Keywords: Cc:
Port: reinteract

Description

The Portfile for reinteract states a dependence on python25. On my system with both python25 and python26 installed, it installs itself using Python 2.6:

~> port contents reinteract Port reinteract contains:

/opt/local/bin/reinteract /opt/local/lib/python2.6/site-packages/reinteract/init.py /opt/local/lib/python2.6/site-packages/reinteract/init.pyc /opt/local/lib/python2.6/site-packages/reinteract/init.pyo ...

Moreover, the first line in the script says:

#!/usr/bin/python

using yet another Python installation (Apple's). Needless to say, it doesn't work at all.

Change History (2)

comment:1 Changed 14 years ago by jmroot (Joshua Root)

Owner: changed from macports-tickets@… to afb@…

Please remember to cc the maintainer.

comment:2 Changed 13 years ago by afb@…

Resolution: fixed
Status: newclosed

Fixed, r72119.

Note: See TracTickets for help on using tickets.