开发者

In Linux, how do I compile and install code for different versions of Python?

See the title for the question. In particular, in Linux, how do I compile and install PyGTK 2.24 for different versions of Python?

Do I have to specify option开发者_开发技巧s and paths while using "configure, make, make install" or "setup.py?"


#python2.6 setup.py

or

#python2.5 setup.py

will make the difference

Edit: for PyGTK please refer to this FAQ

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜