requirements.txt ファイル:
django>=1.1 mysql-python python-openid psycopg2 html5lib マークダウン git+git://github.com/dcramer/django-sphinx.git South
最初に、virtualenv ~/webapps/ --distribute source ~/webapps//bin/activate export PATH=/usr/pgsql-9.1/bin/:$PATH (これは、pg_config が見つからないというエラー http://community. webfaction.com/questions/736/installing-psycopg2 ) 次に pip-2.7 install -r requirements.txt
また、2.4 にインストールする pip install を実行しないでください。pip-2.7 install を呼び出す必要があります