As RedHat openshift doesn't support Python 2.7, I choose to use Do-It-Yourself (DIY) application.
I could able to install python 2.7, setuptools, PIP successfully using an amazing tutorial. Now I want to setup a VirtualEnv and install Django and other libs in it.
So, is there any similar (as mentioned above: step by step process) tutorial to configure?