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

Brian Granger ellisonbg.net at gmail.com
Wed Dec 12 14:02:27 EST 2007


We could also simply make an setupegg.py file that import setuptools
and then does an execfile on setup.py.  That is how matplotlib handles
it as I recall.

Brian

On Dec 12, 2007 10:33 AM, Gael Varoquaux <gael.varoquaux at normalesup.org> wrote:
> 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
>
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://lists.ipython.scipy.org/mailman/listinfo/ipython-dev
>



More information about the IPython-dev mailing list