how to install python distutils

前端 未结 11 1414
情深已故
情深已故 2021-01-30 02:42

I just got some space on a VPS server(running on ubuntu 8.04), and I\'m trying to install django on it. The server has python 2.5 installed, but I guess its non standard install

11条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-30 03:34

    You can try installing Python 2.6,

    sudo apt-get install python2.6

    This should install the latest Python and also distutils package.

提交回复
热议问题