dmitrey wrote: > Hi all, > how to do easy_install <some package> to source code, not egg? > > (I don't mean "develop" option, it shouldn't call compiled egg-file).
$ easy_install --help <snip/> --editable (-e) Install specified packages in editable form <snip/> You additionally need to give the -b-option, like this: $ easy_install -eb . FooBar Diez -- http://mail.python.org/mailman/listinfo/python-list