diff -r 165d249eecc9 -r 47e0f0eef1cc virtualenv/web/res/res_create_env.py --- 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([