P.J. Eby wrote:
Yes. Simply install your entire application as eggs and scripts in a single directory (using "easy_install -maxd somedir myapp") and then tarball and ship "somedir". Less muss, less fuss, and no require(). (I.e., just declare your dependencies in setup.py)

So far, I like this. I installed the script in the same directory (I passing "mad" to easy_install).

cd myapp/trunk
easy_install -mad ~/tmp/appdir --script-dir=~/tmp/appdir .

Thanks.

--Randall

_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to