On Mon, Nov 26, 2012 at 07:58:22PM -0600, Evan Driscoll wrote:
> I'm also pretty confused about the
> distutils/setuptools/distribute/distutils2 landscape and what the
> differences are (at least between the first 3) and what their
> relationships with standard Python are.
In my opinion packaging
On 11/22/2012 06:22 PM, Thomas Bach wrote:
I am using virtual environments and do a
python setup.py develop
on each package. This just creates a symbolic link to the package and
all edits show up immediately.
That's awesome; I didn't know about the 'develop' command. Thanks!
Is that just a s