how to install python distutils

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

    I know this is an old question, but I just come across the same issue using Python 3.6 in Ubuntu, and I am able to solve it using the following command:

    sudo apt-get install python3-distutils
    

提交回复
热议问题