How to roll my own pypi?
问题 I would like to run my own internal pypi server, for egg distribution within my organization. I have found a few projects, such as: http://pypi.python.org/pypi/EggBasket/ http://plone.org/products/plonesoftwarecenter As I understand it, pypi.python.org uses software called Cheese Shop. My questions: Why can\'t I use cheeseshop itself? (I can\'t find it, not sure it exists) How do other people solve this problem? (Currently we use blush svn to distribute eggs) *edit: This seems canonical http: