[Distutils] setup.py develop and egg_info conflicting
Dobes Vandermeer
dobesv at gmail.com
Fri Oct 19 04:45:15 CEST 2007
If I do a setup.py develop, it installs a bunch of scripts I'm using.
Then, for deployment, I use setup.py egg_info --tag-svn-revision.
Unfortunately, now the scripts won't work; they report
pkg_resources.DistributionNotFound: ...
So I have to run setup.py develop again before I can use the scripts.
Is there a workaround for this?
More information about the Distutils-SIG
mailing list