[Pythonmac-SIG] Python 2.7 (Lion) and user site-packages folder problem

2011-10-05 Thread Hamid M.
Hello When I make Apple-supplied python-2.7 the default python on my system, it ignores my local site-packages folder in ~/Library/Python/2.7/site-packges This does not happen when using 2.6! Is this behavior expected ? How can I permanently add that folder to my sys.path? Thanks in advance,

Re: [Pythonmac-SIG] Python 2.7 (Lion) and user site-packages folder problem

2011-10-05 Thread Ned Deily
In article , "Hamid M." wrote: > When I make Apple-supplied python-2.7 the default python on my system, > it ignores my local site-packages folder in ~/Library/Python/2.7/site-packges > This does not happen when using 2.6! > Is this behavior expected ? How can I permanently add that folder to >