How to install python modules for specific python version
Posted
by
Zayatzz
on Server Fault
See other posts from Server Fault
or by Zayatzz
Published on 2012-06-18T18:35:50Z
Indexed on
2012/06/18
21:18 UTC
Read the original article
Hit count: 531
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?
© Server Fault or respective owner