[Pythonmac-SIG] bin and version

Daniel Lord daniellord at mac.com
Sun Apr 9 16:46:39 CEST 2006


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 the commands. As for the  
location of the 'bin' directory, OS X hides several UNIX directories  
in the Finder as part of their simplification facade. You can always  
access them from the shell:

[daniello at mercury.local]$ cd /bin
[daniello at mercury.local]$ ls -l
total 16920
-rwxr-xr-x   1 root  wheel     1065112 Jan 13 11:36 bash
-r-xr-xr-x   1 root  wheel       34848 Jan 13 11:28 cat
-r-xr-xr-x   1 root  wheel       52476 Jan 13 14:00 chmod
-r-xr-xr-x   1 root  wheel       43732 Jan 13 14:00 cp
***
-rwxr-xr-x   2 root  wheel      929856 Jan 13 10:02 zsh
-rwxr-xr-x   2 root  wheel      929856 Jan 13 10:02 zsh-4.2.3

Daniel


More information about the Pythonmac-SIG mailing list