virtualenv/web/create_python_env.py
changeset 450 5bf2dffe3685
parent 345 7bc38c7d6cf9
equal deleted inserted replaced
449:be971bcd048d 450:5bf2dffe3685
     1 """
     1 """
     2 Call this like ``python create_python_env.py``; it will
     2 Call this like ``python create_python_env.py``; it will
     3 refresh the project-boot.py script
     3 refresh the project-boot.py script
       
     4 
       
     5 WARNING: after activation of the virtualenv i LINUX, please set the LD_LIBRARY_PATH env var to <path_to_venv>/lib
     4 
     6 
     5 -prerequisite:
     7 -prerequisite:
     6 
     8 
     7 - virtualenv
     9 - virtualenv
     8 - psycopg2 requires the PostgreSQL libpq libraries and the pg_config utility
    10 - psycopg2 requires the PostgreSQL libpq libraries and the pg_config utility