python on mac os x 10.5

I’m quite new to mac’s world, but I’m quite old from linux…

So here is my short note about python on macosx

  1. Install the XCode 3.0 additional disk that came with Leopard
  2. Install macport
  3. set in your profile (/Users/yourname/.profile) the following lines
    • export PATH=/opt/local/bin:/opt/local/sbin:$PATH
    • export DISPLAY=:0.0
    • export MANPATH=/opt/local/share/man/:$MANPATH
    • export EDITOR=vim
  4. Install port python (with django): sudo port install py25-django
  5. Install port ipython: sudo port install py25-ipython

More to come…

1 comment to python on mac os x 10.5

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

*