Executing Python Scripts on Mac using Python Launcher

Dave Angel d at davea.name
Tue Jun 26 16:41:59 EDT 2012


On 06/26/2012 03:16 PM, Hans Mulder wrote:
> <SNIP>
>
>  Python is an executable, and is
> typically located in a "bin" directory.  To find out where
> it is, type
>
>     type python
>
> at the shell prompt (that's the first prompt you get if you
> open a Terminal window).
>
>

That's a typo.  You presumably meant:

    which python

-- 

DaveA




More information about the Python-list mailing list