Re: A way to get setup.py to create links instead of copy

2010-11-10 Thread Geoff Bache
On Nov 9, 6:33 pm, Steve Holden wrote: > On 11/9/2010 4:18 AM, Geoff Bache wrote: > > > Hi all, > > > One of the things I've always loved about Python (having come from > > compiled languages) was the lack of an extra step between changing my > > code and running it. > > > On my current project, h

Re: A way to get setup.py to create links instead of copy

2010-11-09 Thread Steve Holden
On 11/9/2010 4:18 AM, Geoff Bache wrote: > Hi all, > > One of the things I've always loved about Python (having come from > compiled languages) was the lack of an extra step between changing my > code and running it. > > On my current project, however, I find that I have to install my > Python co

A way to get setup.py to create links instead of copy

2010-11-09 Thread Geoff Bache
Hi all, One of the things I've always loved about Python (having come from compiled languages) was the lack of an extra step between changing my code and running it. On my current project, however, I find that I have to install my Python code with setup.py before it will run. Being used to not ha