Re: [Tutor] ipython, PYTHONPATH, on a MAC

2010-02-16 Thread Kent Johnson
On Tue, Feb 16, 2010 at 10:46 AM, John [H2O] wrote: > > Hello, > > I'm not a Mac user, but I'm a promoter of Python! I have a good friend using > a Mac who's becoming sceptical of python due to frustrations with the > PYTHONPATH. I'm trying to help... > > Everything is fine running vanilla python.

Re: [Tutor] ipython, PYTHONPATH, on a MAC

2010-02-16 Thread Michael Fourman
If you start Python from command line you can just use usual bash methods put PYTHONPATH= xxx in ~/.profile or for use in a single shell export PYTHONPATH=xxx If you start Python from a dbl-clickable application you need to get the PYTHONPATH into the application's environment See http://

[Tutor] ipython, PYTHONPATH, on a MAC

2010-02-16 Thread John [H2O]
Hello, I'm not a Mac user, but I'm a promoter of Python! I have a good friend using a Mac who's becoming sceptical of python due to frustrations with the PYTHONPATH. I'm trying to help... Everything is fine running vanilla python. Importing modules works fine. But in ipython, the module paths ne