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 years 34 weeks ago
4 years 3 weeks ago
4 years 3 weeks ago
4 years 5 weeks ago
4 years 6 weeks ago
4 years 13 weeks ago
4 years 13 weeks ago
4 years 13 weeks ago
4 years 13 weeks ago
4 years 14 weeks ago