virtualenv/web/create_python_env.py
changeset 84 d7acd4e2c1c8
parent 68 b40657713336
equal deleted inserted replaced
83:3b0882c91a7d 84:d7acd4e2c1c8
     8 - distribute
     8 - distribute
     9 - psycopg2 requires the PostgreSQL libpq libraries and the pg_config utility
     9 - psycopg2 requires the PostgreSQL libpq libraries and the pg_config utility
    10 
    10 
    11 - python project-boot.py --no-site-packages --clear --ignore-packages=MYSQL  --type-install=local <path_to_venv>
    11 - python project-boot.py --no-site-packages --clear --ignore-packages=MYSQL  --type-install=local <path_to_venv>
    12 - For Linux :
    12 - For Linux :
    13 python project-boot.py --unzip-setuptools --no-site-packages --index-url=http://pypi.websushi.org/ --clear --type-install=local <path_to_venv>
    13 python project-boot.py --unzip-setuptools --no-site-packages --ignore-packages=MYSQL --clear --type-install=local <path_to_venv>
    14 
    14 
    15 """
    15 """
    16 
    16 
    17 import os
    17 import os
    18 import subprocess
    18 import subprocess