New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #26328 (closed defect: fixed)

Opened 17 months ago

Last modified 16 months ago

reinteract installation confuses Python installations

Reported by: 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

Changed 17 months ago by jmr@…

  • owner changed from macports-tickets@… to afb@…

Please remember to cc the maintainer.

Changed 16 months ago by afb@…

  • status changed from new to closed
  • resolution set to fixed

Fixed, r72119.

Note: See TracTickets for help on using tickets.