Re: [Tutor] version and path

2007-05-14 Thread Tom Tucker
If you let the command finish, you should have seen the following or something equivalent below. Running the find command I sent you works, however you will see some noise (Permission Denied message). These are common messages because your general user account is trying to access restricted parts

Re: [Tutor] version and path

2007-05-14 Thread linda.s
On 5/14/07, Tom Tucker <[EMAIL PROTECTED]> wrote: > I would use the traditional Unix find command to find the various > versions installed. > > find / -name "python*" > > > > On 5/14/07, linda.s <[EMAIL PROTECTED]> wrote: > > how to check how many versions of Python i have in my mac machine? > > al

Re: [Tutor] version and path

2007-05-14 Thread Tom Tucker
I would use the traditional Unix find command to find the various versions installed. find / -name "python*" On 5/14/07, linda.s <[EMAIL PROTECTED]> wrote: > how to check how many versions of Python i have in my mac machine? > also, how to put the path to the version I desire? > Thanks a lot! >

Re: [Tutor] version and path

2007-05-14 Thread linda.s
how to check how many versions of Python i have in my mac machine? also, how to put the path to the version I desire? Thanks a lot! ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

[Tutor] version and path

2007-05-05 Thread linda.s
how to check how many versions of Python i have in my mac machine? also, how to put the path to the version I desire? Thanks a lot! ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor