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


Groups > comp.lang.python > #91492

Re: Fixing Python install on the Mac after running 'CleanMyMac'

From Ned Deily <nad@acm.org>
Subject Re: Fixing Python install on the Mac after running 'CleanMyMac'
Date 2015-05-29 10:59 -0700
References <mailman.153.1432871262.5151.python-list@python.org> <bffd4736-f9ff-492e-9069-836f6e7867d8@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.204.1432922422.5151.python-list@python.org> (permalink)

Show all headers | View raw


In article <bffd4736-f9ff-492e-9069-836f6e7867d8@googlegroups.com>,
 MrJean1 <MrJean1@gmail.com> wrote:
> FWIW, I recently upgraded an older MacBook to Mac OS X 10.7.5 and there are 3 
> different versions of Python in /System/Library/Frameworks/Python.framework, 
> see:
> 
> $ ls /System/Library/Frameworks/Python.framework/Versions/
> 2.5	2.6	2.7	Current
> > 
> It is unclear whether MacOS X 10.7.5 installed all four of these Python 
> versions.  The older one(s) may be left over from the previous MacOS X 
> release on the machine

For compatibility with applications linked on older OS X releases, Apple 
customarily ships more than one version of Python frameworks with OS X.  
There are actually three versions of the system Python frameworks there: 
you should see that "Current" is actually a symbolic link to "2.7".  All 
of those versions are shipped as part of OS X 10.7.

-- 
 Ned Deily,
 nad@acm.org

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Fixing Python install on the Mac after running 'CleanMyMac' Laura Creighton <lac@openend.se> - 2015-05-29 05:47 +0200
  Re: Fixing Python install on the Mac after running 'CleanMyMac' MrJean1 <MrJean1@gmail.com> - 2015-05-29 10:50 -0700
    Re: Fixing Python install on the Mac after running 'CleanMyMac' Ned Deily <nad@acm.org> - 2015-05-29 10:59 -0700
      Re: Fixing Python install on the Mac after running 'CleanMyMac' MrJean1 <MrJean1@gmail.com> - 2015-05-29 11:32 -0700

csiph-web