[Distutils] Fwd: installing lxml ? - todays user experience from python-list at python.org
Maurits van Rees
m.van.rees at zestsoftware.nl
Wed Nov 11 15:10:59 CET 2009
David Lyon, on 2009-11-11:
> $ sudo STATIC_DEPS=true /Library/Frameworks/Python.framework/Versions/
> 2.6/bin/easy_install lxml
> Password:
> sudo: STATIC_DEPS=true: command not found
On linux 'true' is a command:
$ whatis true
true (1) - do nothing, successfully
Apparently that is not available on Mac OS X.
Can you try with STATIC_DEPS=1 ?
(Note that I have no Mac experience.)
--
Maurits van Rees | http://maurits.vanrees.org/
Work | http://zestsoftware.nl/
"This is your day, don't let them take it away." [Barlow Girl]
More information about the Distutils-SIG
mailing list