#47428: Configure error installing lal --------------------------+---------------------- Reporter: f.jimenez@… | Owner: ram@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: lal | --------------------------+---------------------- Comment (by f.jimenez@…): Hi, sorry for the delay in the answer Finally uninstalling and instralling python27 solved the problem! $ sudo port -f uninstall python27 $ sudo port install python27 Thanks!!! Xisco Replying to [comment:8 ram@…]:
Replying to [comment:7 f.jimenez@…]:
What I remember I did (I think after breaking the link) was to copy the binary file /opt/local/bin/python2.7 to
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7
That would have probably broken things as on my system `/opt/local/bin/python2.7` is a symlink. If you deactivate the port and then reactivate it then that will hopefully get things working again. Try:
{{{ $ sudo port -f deactivate python27 $ sudo port activate python27 }}}
and if that doesn't do the trick, try:
{{{ $ sudo port -f uninstall python27 $ sudo port install python27 }}}
-- Ticket URL: <https://trac.macports.org/ticket/47428#comment:9> MacPorts <https://www.macports.org/> Ports system for OS X