virtualenv/web/res/res_create_env.py
changeset 72 47e0f0eef1cc
parent 70 8e3281bcebc9
child 84 d7acd4e2c1c8
--- a/virtualenv/web/res/res_create_env.py	Sun May 01 03:19:22 2011 +0200
+++ b/virtualenv/web/res/res_create_env.py	Sun May 01 03:22:44 2011 +0200
@@ -46,7 +46,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([