Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #73396 > unrolled thread

Python 3 on Mac OS X 10.8.4

Started byUne Bévue <unbewusst.sein@fai.invalid>
First post2014-06-19 09:02 +0200
Last post2014-06-26 08:40 +0200
Articles 5 — 3 participants

Back to article view | Back to comp.lang.python


Contents

  Python 3 on Mac OS X 10.8.4 Une Bévue <unbewusst.sein@fai.invalid> - 2014-06-19 09:02 +0200
    Re: Python 3 on Mac OS X 10.8.4 Andrea D'Amore <anddamNOALPASTICCIODICARNE+gruppi@brapi.net> - 2014-06-19 09:52 +0200
      Re: Python 3 on Mac OS X 10.8.4 Une Bévue <unbewusst.sein@fai.invalid> - 2014-06-19 11:11 +0200
    Re: Python 3 on Mac OS X 10.8.4 Andrew Jaffe <a.h.jaffe@gmail.com> - 2014-06-19 11:43 +0100
      Re: Python 3 on Mac OS X 10.8.4 Une Bévue <unbewusst.sein@fai.invalid> - 2014-06-26 08:40 +0200

#73396 — Python 3 on Mac OS X 10.8.4

FromUne Bévue <unbewusst.sein@fai.invalid>
Date2014-06-19 09:02 +0200
SubjectPython 3 on Mac OS X 10.8.4
Message-ID<lnu1tt$t02$1@shakotay.alphanet.ch>
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 ?

[toc] | [next] | [standalone]


#73402

FromAndrea D'Amore <anddamNOALPASTICCIODICARNE+gruppi@brapi.net>
Date2014-06-19 09:52 +0200
Message-ID<lnu4rn$268$1@virtdiesel.mng.cu.mi.it>
In reply to#73396
On 2014-06-19 07:02:21 +0000, 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

[toc] | [prev] | [next] | [standalone]


#73406

FromUne Bévue <unbewusst.sein@fai.invalid>
Date2014-06-19 11:11 +0200
Message-ID<lnu9fu$qsd$1@shakotay.alphanet.ch>
In reply to#73402
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.

[toc] | [prev] | [next] | [standalone]


#73411

FromAndrew Jaffe <a.h.jaffe@gmail.com>
Date2014-06-19 11:43 +0100
Message-ID<mailman.11139.1403175307.18130.python-list@python.org>
In reply to#73396
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


[toc] | [prev] | [next] | [standalone]


#73609

FromUne Bévue <unbewusst.sein@fai.invalid>
Date2014-06-26 08:40 +0200
Message-ID<logf9g$fp9$1@shakotay.alphanet.ch>
In reply to#73411
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.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web