how to install python distutils

前端 未结 11 1243
情深已故
情深已故 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

    If you are unable to install with either of these:

    sudo apt-get install python-distutils
    sudo apt-get install python3-distutils
    

    Try this instead:

    sudo apt-get install python-distutils-extra
    

    Ref: https://groups.google.com/forum/#!topic/beagleboard/RDlTq8sMxro

提交回复
热议问题