[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

[Pythonmac-SIG] building from source or installer

2006-03-06 Thread linda.s
what are the benefits of building python from source file? any difference if using installer? Linda ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

Re: [Pythonmac-SIG] not appear

2006-02-17 Thread linda.s
symlinks in /usr/local/bin. > > > > However: > > > > linda.s wrote: > >> The > >> installation appeared to be fine until "make install" was complete. > > > > So it looks like the OP didn't do a Framework build. > > > > What all thi

Re: [Pythonmac-SIG] uninstall

2006-02-10 Thread linda.s
On 2/10/06, Bob Ippolito <[EMAIL PROTECTED]> wrote: > > On Feb 10, 2006, at 1:56 AM, linda.s wrote: > > > If I installed some version of python i do not like, how do i > > remove them? > > In windows, it is easy to uninstall them, but no idea about how to do &g

Re: [Pythonmac-SIG] uninstall

2006-02-10 Thread linda.s
On 2/10/06, Bob Ippolito <[EMAIL PROTECTED]> wrote: > > On Feb 10, 2006, at 2:55 AM, linda.s wrote: > > > On 2/10/06, Bob Ippolito <[EMAIL PROTECTED]> wrote: > >> > >> On Feb 10, 2006, at 1:56 AM, linda.s wrote: > >> > >>> If I ins

[Pythonmac-SIG] uninstall

2006-02-10 Thread linda.s
If I installed some version of python i do not like, how do i remove them? In windows, it is easy to uninstall them, but no idea about how to do in Mac (just drag it to the the icon of trashcan?)? Linda. ___ Pythonmac-SIG maillist - Pythonmac-SIG@python

Re: [Pythonmac-SIG] install again?

2006-02-09 Thread linda.s
I know the reason that I got confused is I do not know Mac/UNIX well. Is there any good tutorial to read (I understand there are many but just no idea where to start)? Thanks, Linda. ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.pyth

Re: [Pythonmac-SIG] install again?

2006-02-06 Thread linda.s
On 2/6/06, Louis Pecora <[EMAIL PROTECTED]> wrote: > linda.s wrote: > > On 2/6/06, Larry Meyn <[EMAIL PROTECTED]> wrote: > > > >> Create the following text file and save it as ".bash_profile" in your home > >> directory. > >> -

Re: [Pythonmac-SIG] install again?

2006-02-06 Thread linda.s
On 2/6/06, Larry Meyn <[EMAIL PROTECTED]> wrote: > Create the following text file and save it as ".bash_profile" in your home > directory. > --Larry > > # .bash_profile > > # Get the aliases and functions > if [ -f ~/.bashrc ]; then > . ~/.bashrc > fi > > # User specific environment and sta

Re: [Pythonmac-SIG] install again?

2006-02-06 Thread linda.s
On 2/6/06, Charles Hartman <[EMAIL PROTECTED]> wrote: > > > On Feb 6, 2006, at 5:00 AM, linda.s wrote: > > Python 2.3.5 instead of Python 2.4.2, very confused... Some one > suggested me to download MacPython. So I am thinking about removing > the Python 2.4.2 from my ma

Re: [Pythonmac-SIG] install again?

2006-02-06 Thread linda.s
On 2/6/06, David Warde-Farley <[EMAIL PROTECTED]> wrote: > > On 6-Feb-06, at 4:46 AM, linda.s wrote: > > > How to smoothly remove two former pythons from my Mac? > > I have Python 2.3.5 installed in the machine. I tried to install > > Python 2.4.2 from source but

[Pythonmac-SIG] install again?

2006-02-06 Thread linda.s
How to smoothly remove two former pythons from my Mac? I have Python 2.3.5 installed in the machine. I tried to install Python 2.4.2 from source but it did not appear. How can I smoothly remove both of them and install a another python version? Thanks! Linda

Re: [Pythonmac-SIG] not appear

2006-02-06 Thread linda.s
> I just used the 2.4.1 release found here: http://undefined.org/python/ > > - Justin Thanks. Just curious, where is the bin directory (I could not find it)? L. ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listin

Re: [Pythonmac-SIG] not appear

2006-02-06 Thread linda.s
On 2/6/06, Justin Mitchell <[EMAIL PROTECTED]> wrote: > On 2/6/06, linda.s <[EMAIL PROTECTED]> wrote: > > Hi there, > > The version of My Mac is > > Mac OX 10.4.4; I guess that Python 2.3.5 came with the Mac OX10.4.4 > > I wanted to install Python 2.4.2

[Pythonmac-SIG] not appear

2006-02-06 Thread linda.s
Hi there, The version of My Mac is Mac OX 10.4.4; I guess that Python 2.3.5 came with the Mac OX10.4.4 I wanted to install Python 2.4.2; It worked fine till "Make Install". After I reentered the terminal, I still saw Python 2.3.5 instead of 2.4.2. Ver confused... ___