February 2012
1 post
3 tags
Managing Python Scripts with Distribute's Easy... →
Whenever you install, upgrade, or change versions of a package, EasyInstall automatically installs the scripts for the selected package version, unless you tell it not to with -x or —exclude-scripts. If any scripts in the script directory have the same name, they are overwritten. This behaviour has plagued me in my recent adventures in Python. Trying to have a shared scripts directory...
Feb 22nd