Home | Mirror | SearchITEYE 博客 | OSChina 博客 | 51CTO 博客

35.2. distribute

distribute_setup 是 setuptools 的替代品

$ wget http://python-distribute.org/distribute_setup.py
$ sudo python distribute_setup.py
		

或者

curl -sS http://python-distribute.org/distribute_setup.py | python