How to install setuptools?

前端 未结 4 1033
悲&欢浪女
悲&欢浪女 2020-12-09 23:42

I\'m trying to install setuptools. When I run \"sh setuptools-0.6c9-py2.4.egg\" I get the following message:

Permission denied: \'/usr/lib/python2.4

4条回答
  •  失恋的感觉
    2020-12-10 00:16

    On linux you can run next command

    wget https://bootstrap.pypa.io/ez_setup.py -O - | sudo python

提交回复
热议问题