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
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
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
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
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
> 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
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
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