virtualenv/web/res/res_create_env.py
changeset 68 5278175359e0
parent 65 e96c79ca2ebc
child 83 b7aef101c7d1
--- a/virtualenv/web/res/res_create_env.py	Thu Apr 21 01:06:12 2011 +0200
+++ b/virtualenv/web/res/res_create_env.py	Thu Apr 21 14:19:16 2011 +0200
@@ -44,7 +44,7 @@
 
 if system_str == "Darwin":
     INSTALLS.extend([
-    ('LXML', 'pip', None, {'STATIC_DEPS': 'true', 'LIBXML2_VERSION': '2.7.8', 'LIBXSLT_VERSION': '1.1.26'}),
+    ('LXML', 'easy_install', None, {'STATIC_DEPS': 'true', 'LIBXML2_VERSION': '2.7.8', 'LIBXSLT_VERSION': '1.1.26', 'LIBICONV_VERSION': '1.13.1'}),
     ])
 elif system_str == "Windows":
     INSTALLS.extend([