Since RedHat openshift does not support Python 2.7, I prefer to use Do-It-Yourself (DIY).
I was able to install python 2.7, setuptools, PIP successfully using an awesome tutorial . Now I want to configure VirtualEnv and install Django and other libraries.
So, is there any similar (as stated above: step by step) tutorial for customization?
Surya source
share