diff -r 9e64be35704f -r b52724db32ab virtualenv/setup/create_python_env.py --- a/virtualenv/setup/create_python_env.py Thu Jun 14 10:18:38 2012 +0200 +++ b/virtualenv/setup/create_python_env.py Thu Jun 14 15:01:50 2012 +0200 @@ -22,13 +22,6 @@ import virtualenv -# things to install -# - psycopg2 -> pip -# - PIL -> pip -# - pyxml -> pip -# - 4Suite-xml - easy_install ftp://ftp.4suite.org/pub/4Suite/4Suite-XML-1.0.2.tar.bz2 -# - pylucene - script - src_base = os.path.abspath(os.path.join(here,"..","res","src")).replace("\\","/") lib_path = os.path.abspath(os.path.join(here,"..","res","lib")).replace("\\","/") patch_path = os.path.abspath(os.path.join(here,"res","patch")).replace("\\","/")