Ticket #26328 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.

