Re: [Pythonmac-SIG] bin and version

2006-04-18 Thread Christopher Barker
Saggau wrote: > You can show all hidden files in the finder, too. > > defaults write com.apple.finder AppleShowAllFiles -bool TRUE Or you can use a utility called "tinker Tool" if you google it, you should find it. It's very handy. Does anyone know if it's possible to show some hidden files, bu

Re: [Pythonmac-SIG] bin and version

2006-04-10 Thread Saggau
You can show all hidden files in the finder, too.defaults write com.apple.finder AppleShowAllFiles -bool TRUEOn tiger, this causes all icons to get a little bit transparent as though they're all hidden. I think that there is a macosxhints discussion about this that wraps it all up in a nice applesc

Re: [Pythonmac-SIG] bin and version

2006-04-10 Thread Dethe Elza
On 4/9/06, Daniel Lord <[EMAIL PROTECTED]> wrote: > > On Apr 8, 2006, at 7:59 PM, linda.s wrote: > > > Hi, > > I installed quite a few python versions in my computer and I want to > > know where they are located. > > Should i check them in the bin folder? > > If so, why I can not find the bin folde

Re: [Pythonmac-SIG] bin and version

2006-04-09 Thread w chun
one tricky thing to watch out for is not just where the executable is installed, but where the libraries are. you may have 2 executables sharing the same library, you may not. on my mac, python is installed in /sw/bin and /usr/local/bin, and the libraries are in /sw/lib, /usr/local/lib, and /Libr

Re: [Pythonmac-SIG] bin and version

2006-04-09 Thread Daniel Lord
On Apr 8, 2006, at 7:59 PM, linda.s wrote: > Hi, > I installed quite a few python versions in my computer and I want to > know where they are located. > Should i check them in the bin folder? > If so, why I can not find the bin folder in my home directory? Someone answered the portion regarding

Re: [Pythonmac-SIG] bin and version

2006-04-09 Thread Henning Hraban Ramm
> On Apr 8, 2006, at 7:59 PM, linda.s wrote: > >> Hi, >> I installed quite a few python versions in my computer and I want to >> know where they are located. >> Should i check them in the bin folder? >> If so, why I can not find the bin folder in my home directory? Am 2006-04-09 um 02:25 schrieb C

Re: [Pythonmac-SIG] bin and version

2006-04-08 Thread Charles Hartman
I can answer your second question: You're being confused by the Mac folder system vs the underlying Unix filesystem. All folders are (really, underlyingly) directories, but not all directories show up on the desktop as folders. Your home directory is, in Unix terms, someplace like /Us

[Pythonmac-SIG] bin and version

2006-04-08 Thread linda.s
Hi, I installed quite a few python versions in my computer and I want to know where they are located. Should i check them in the bin folder? If so, why I can not find the bin folder in my home directory? Thanks! linda ___ Pythonmac-SIG maillist - Python