How do I set up Setuptools for Python 2.6 on Windows?

后端 未结 14 2278
温柔的废话
温柔的废话 2020-12-02 05:03

Is there any way to install Setuptools for Python 2.6 in Windows without having an exe installer?

There isn\'t one built at the moment, and the maintainer of Setupt

14条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-02 05:19

    ActivePython already includes setuptools (Distribute actually), along with pip and virtualenv.

提交回复
热议问题