Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #73396 > unrolled thread
| Started by | Une Bévue <unbewusst.sein@fai.invalid> |
|---|---|
| First post | 2014-06-19 09:02 +0200 |
| Last post | 2014-06-26 08:40 +0200 |
| Articles | 5 — 3 participants |
Back to article view | Back to comp.lang.python
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
| From | Une Bévue <unbewusst.sein@fai.invalid> |
|---|---|
| Date | 2014-06-19 09:02 +0200 |
| Subject | Python 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]
| From | Andrea D'Amore <anddamNOALPASTICCIODICARNE+gruppi@brapi.net> |
|---|---|
| Date | 2014-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]
| From | Une Bévue <unbewusst.sein@fai.invalid> |
|---|---|
| Date | 2014-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]
| From | Andrew Jaffe <a.h.jaffe@gmail.com> |
|---|---|
| Date | 2014-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]
| From | Une Bévue <unbewusst.sein@fai.invalid> |
|---|---|
| Date | 2014-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