virtualenv/setup/create_python_env.py
changeset 668 b52724db32ab
parent 50 0d59e0522d36
--- 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("\\","/")