Changes between Version 4 and Version 5 of InstallationGuidelines/Mac/Developer/Manual
- Timestamp:
- 11/25/11 11:39:51 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Mac/Developer/Manual
v4 v5 10 10 11 11 == Install Python == 12 [http://python.org/ftp/python/2.7.2/python-2.7.2-macosx10.6.dmg Mac installer for Python] 12 If you are currently running the default Python installation, several dependancies will fail to install. Be sure to install a version of Python, from [http://python.org Python Homepage] 13 13 14 14 15 == Install Python packages == 15 You can use [http://peak.telecommunity.com/DevCenter/EasyInstall easy_install] or [http://www.pip-installer.org/ pip] for these installations. 16 You can use [http://peak.telecommunity.com/DevCenter/EasyInstall easy_install] or [http://www.pip-installer.org/ pip] for these installations. Be sure to include the "export" line, otherwise these will fail to install because they build for powerPC by default. 16 17 {{{ 18 export ARCHFLAGS="-arch i386 -arch x86_64" 17 19 STATIC_DEPS=true sudo easy_install lxml 18 20 sudo easy_install shapely