equal
deleted
inserted
replaced
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 |