Thank for your help at first
I created a app on Openshift (create method pls
refer to https://github.com/drivard/openshift-django-mysql)
Now i want to install pip and a 3part app(such as hitconter), my steps as follow:
1. ssh to remote host
2. cd $OPENSHIFT_TMP_DIR
3. wget http://pypi.python.org/packages/source/p/pip/pip-1.1.tar.gz
4. tar zxf pip-1.1.tar.gz
5. cd pip-1.1
6. python setup.py install (shell mentioned no write permission)
So how can I install pip and use pip to install app in Openshift?
Add required apps to
setup.pyfile . For example: