This short post describes how to keep Leopard's built-in Python distribution and install IDLE on top of it.
The three steps to follow are:
- Install only PythonApplications-2.5.pkg from the official Python for Mac DMG (it's in Contents / Packages / MacPython.mpkg)
- Create a symlink:
cd /Library/Frameworks
sudo ln -s /System/Library/Frameworks/Python.framework/ Python.framework
- Erase "/Applications/MacPython 2.5/Python Launcher.app" and "/Applications/MacPython 2.5/Build Applet.app"
Recent comments
2 days 7 hours ago
2 days 7 hours ago
4 days 12 hours ago
1 week 1 day ago
1 week 2 days ago
1 week 3 days ago
1 week 3 days ago
1 week 3 days ago
1 week 5 days ago
2 weeks 13 hours ago