easy_install 

Send to Kindle
home » snippets » python » easy_install



Disabling zip installs

From http://blog.ianbicking.org/2008/12/14/a-few-corrections-to-on-packaging/

# $HOME/.pydistutils.cfg or in system-wise distutils.cfg
# (drop the py prefix for system wide.)
[easy_install]
zip_ok = False

Download source but don't install: --editable

From: Editing and Viewing Source Packages