> I want to install 3.0 to experiment with all the new features, but I > don't want to do anything horrible to my default Leopard install, and > I'd like to be able to remove 3.0 easily. What's the most sensible > way of doing this? Setting a --prefix of /opt/python3.0 , for > example, or just using the default prefix and using make altinstall?
I installed a framework version, using otherwise default settings, and it played nicely with my existing Python installation: ./configure --enable-framework make sudo make install On one machine this worked without any issues. On another, I had to fix the symbolic link at /Library/Frameworks/Python.framework/Versions/Current to point to the [...]/Versions/2.6 directory, rather than the [...]/Versions/3.0 directory that the installation seemed to have linked to. The executables live in /usr/local/bin/ and will probably be in your default $PATH, so just issuing python3.0 At the command line should put you into the new interpreter. -- Dr Leighton Pritchard MRSC D131, Plant Pathology Programme, SCRI Errol Road, Invergowrie, Perth and Kinross, Scotland, DD2 5DA e:lpr...@scri.ac.uk w:http://www.scri.ac.uk/staff/leightonpritchard gpg/pgp: 0xFEFC205C tel:+44(0)1382 562731 x2405 ______________________________________________________________________ SCRI, Invergowrie, Dundee, DD2 5DA. The Scottish Crop Research Institute is a charitable company limited by guarantee. Registered in Scotland No: SC 29367. Recognised by the Inland Revenue as a Scottish Charity No: SC 006662. DISCLAIMER: This email is from the Scottish Crop Research Institute, but the views expressed by the sender are not necessarily the views of SCRI and its subsidiaries. This email and any files transmitted with it are confidential to the intended recipient at the e-mail address to which it has been addressed. It may not be disclosed or used by any other than that addressee. If you are not the intended recipient you are requested to preserve this confidentiality and you must not use, disclose, copy, print or rely on this e-mail in any way. Please notify postmas...@scri.ac.uk quoting the name of the sender and delete the email from your system. Although SCRI has taken reasonable precautions to ensure no viruses are present in this email, neither the Institute nor the sender accepts any responsibility for any viruses, and it is your responsibility to scan the email and the attachments (if any). ______________________________________________________________________ _______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig