Changes between Version 27 and Version 28 of SetupOnTiger
- Timestamp:
- Sep 8, 2008, 4:19:00 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SetupOnTiger
v27 v28 77 77 78 78 Darwin ports are available at http://darwinports.opendarwin.org/ 79 80 == Installation Django 1.0 (Mac OS X Leopard 10.5) == 81 Written by Bess Ho 09.08.08 82 83 OSX 10.5 includes Python 2.5 that support Django 1.0. Do not use Mac port to install Python2.5. Mac port Python 2.5 won't support Django 1.0. 84 85 '''Get the latest official version''' 86 First, download Django-1.0.tar.gz. Then: 87 88 tar xzvf Django-1.0.tar.gz 89 cd Django-1.0 90 sudo python setup.py install 91 92