[IPython-user] Using CVS IPython
Frédéric Mantegazza
mantegazza at ill.fr
Tue Mar 22 07:53:25 CST 2005
Le Mardi 22 Mars 2005 14:01, Frédéric Mantegazza a écrit :
> I check out IPython in my project tree, and import this version by giving
> the whole path, but then the 'deep_reload' module imports 'Release' as
> following :
>
> from IPython import Release
>
> But this is the distrib IPython which is imported ! How can I have the
> CVS version imported in my project tree (I would like to easily update
> new versions) ?
I answer myself:
sys.path.insert(0, "~/develop/PyMAD/client/ipython")
works fine if added just before importing IPython.
Sorry for the noise :o(
--
Frédéric
More information about the IPython-user
mailing list