how to install python distutils

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

    you can use sudo apt-get install python3-distutils by root permission.

    i believe it worked here

提交回复
热议问题