[IPython-dev] Adding setupttols to iptyhon's setup.py

Gael Varoquaux gael.varoquaux at normalesup.org
Wed Dec 12 12:33:36 EST 2007


On Wed, Dec 12, 2007 at 09:25:45AM -0800, Andrew Straw wrote:
> And don't forget you can always do:

> python -c "import setuptools; execfile('setup.py')" develop --prefix 
> /usr/local

Yes, I'll settle for this. Though as the command is hard to remmeber for
my small brain, I'll check in a file that does the 
"import setuptools; execfile('setup.py')" if you don't mind. What should
I call it? setup_tools.py? Obviously not setuptools.py.

Cheers,

Gaël



More information about the IPython-dev mailing list