Re: [Pythonmac-SIG] working around versions

2007-11-06 Thread Ronald Oussoren
On 5 Nov, 2007, at 21:42, David Worrall wrote: Thanks for your reply Ronald. I do run multiple versions, but I change the symlink of Current. Do you mean because people change versions in other ways, say through a shell alias rather than change the symlink? When you install two versions of

Re: [Pythonmac-SIG] working around versions

2007-11-05 Thread David Worrall
Thanks for your reply Ronald. I do run multiple versions, but I change the symlink of Current. Do you mean because people change versions in other ways, say through a shell alias rather than change the symlink? I can see that the sys.prefix approach is safer. thanks, David On 06/11/2007, at 1:37

Re: [Pythonmac-SIG] working around versions

2007-11-05 Thread Ronald Oussoren
On 5 Nov, 2007, at 3:51, David Worrall wrote: Hi All, We're doing some work around different versions of Python on OSX (and what's in their respective site-packages directory), and I was wondering: Given that we can pick up the the version number of the current instantiation using sys.version