Re: Python 3 on Mac OS X 10.8.4

2014-06-26 Thread Une Bévue

Le 19/06/2014 12:43, Andrew Jaffe a écrit :

The python.org packages are explicitly created in order to have no
conflict with the system installed python. There is no problem with
using them.


OK, fine thanks.
--
https://mail.python.org/mailman/listinfo/python-list


Python 3 on Mac OS X 10.8.4

2014-06-19 Thread Une Bévue

On my mac i do have :
$ python --version
Python 2.7.2

I want to install Python 3 such as python-3.4.0-macosx10.6.dmg avoiding 
disturbing the built-in version.


Is that possible ?
--
https://mail.python.org/mailman/listinfo/python-list


Re: Python 3 on Mac OS X 10.8.4

2014-06-19 Thread Andrea D'Amore

On 2014-06-19 07:02:21 +, Une Bévue said:

I want to install Python 3 such as python-3.4.0-macosx10.6.dmg avoiding 
disturbing the built-in version.

Is that possible ?


The Installer app won't let you see the target path of each package in 
the metapackage so you'll have to open each of the them (we're talking 
official binaries since you explicitly named that particular DMG file) 
and check where they are going to install their content.
Most likely they'll go in /usr/local so you won't have clashes with 
system's python.


An alternative is to install and learn to use a package manager, I use 
MacPorts that requires full Xcode. Brew should require the smaller 
command line package. Fink should require no additional packages since 
it's basically APT. There are other managers as well, these are the 
most common on OS X.


--
Andrea

--
https://mail.python.org/mailman/listinfo/python-list


Re: Python 3 on Mac OS X 10.8.4

2014-06-19 Thread Une Bévue

Le 19/06/14 09:52, Andrea D'Amore a écrit :

Brew should require the smaller command line package.

OK, fine thanks, I'll use brew.
--
https://mail.python.org/mailman/listinfo/python-list


Re: Python 3 on Mac OS X 10.8.4

2014-06-19 Thread Andrew Jaffe

On 19/06/2014 08:02, Une Bévue wrote:

On my mac i do have :
$ python --version
Python 2.7.2

I want to install Python 3 such as python-3.4.0-macosx10.6.dmg avoiding
disturbing the built-in version.

Is that possible ?
The python.org packages are explicitly created in order to have no 
conflict with the system installed python. There is no problem with 
using them.


Yours,

Andrew



--
https://mail.python.org/mailman/listinfo/python-list