Hi Samuel,

On 1/24/07, Samuel M. Smith <[EMAIL PROTECTED]> wrote:
> I couldn't find an answer on the iPython web site, does anyone know
> if iPython works with
> python 2.5. I assume I have to rebuild from source on OS X with
> python 2.5 installed.
> I have installed python 2.5 but when I run iPython is runs python 2.4.

Yes, ipython runs fine on python 2.5, but only as of the most recent
release, version 0.7.3, which you can get here:

http://ipython.scipy.org/moin/Download

If you have several versions of Python installed and you want to make
sure that ipython starts with 2.5, then run the code posted there as:


tar -xvzf ipython-0.7.3.tar.gz
cd ipython-0.7.3
python2.5 setup.py build
sudo python2.5 setup.py install


Let us know if this is not enough or if you have any other issues.

Cheers,

f

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to