How to install python modules for specific python version
- by Zayatzz
I needed to install UCS2 python next to UCS4 python. So I went to comp.lang.python and asked them about it. Probably not the best place to ask it, but they answered
https://groups.google.com/forum/?fromgroups#!topic/comp.lang.python/bGuAfqa76W8
and now i have brand new python 2.7.3 ucs2 installed in /opt/bin/python
What I need now is - how can I install all other python modules that I have installed for that python version also. Basically stuff like PIL and postgresql and mod_wsgi - basically everything needed to run Django for that python version.
Is this the right the place to ask for it?