Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!us.feeder.erje.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.freenet.ag!87.79.20.101.MISMATCH!newsreader4.netcologne.de!news.netcologne.de!bcyclone01.am1.xlned.com!bcyclone01.am1.xlned.com!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.05; 'upgraded': 0.05; 'versions.': 0.07; 'macos': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; '2.7': 0.13; 'customarily': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'skip:/ 50': 0.16; 'subject:Mac': 0.16; 'subject:after': 0.16; 'subject:install': 0.16; 'wrote:': 0.16; 'frameworks': 0.18; 'shipped': 0.18; 'versions': 0.20; 'machine': 0.21; 'see:': 0.22; 'symbolic': 0.22; 'header:User-Agent:1': 0.26; 'installed': 0.26; 'header:X -Complaints-To:1': 0.26; '2.6': 0.27; 'releases,': 0.29; 'skip:/ 40': 0.29; 'older': 0.32; 'previous': 0.34; 'to:addr:python-list': 0.35; 'there': 0.36; 'apple': 0.36; 'should': 0.37; 'subject:: ': 0.37; 'charset:us-ascii': 0.37; 'mac': 0.37; 'release': 0.37; 'version': 0.38; 'received:org': 0.38; 'to:addr:python.org': 0.39; 'subject:the': 0.40; 'more': 0.62; 'linked': 0.63; 'different': 0.64; 'received:204': 0.75; 'article': 0.77; 'macbook': 0.84; 'unclear': 0.84; 'ships': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Ned Deily Subject: Re: Fixing Python install on the Mac after running 'CleanMyMac' Date: Fri, 29 May 2015 10:59:44 -0700 References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: 204.28.118.160 User-Agent: MT-NewsWatcher/3.5.3b3 (Intel Mac OS X) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1432922422 news.xs4all.nl 2885 [2001:888:2000:d::a6]:48742 X-Complaints-To: abuse@xs4all.nl X-Received-Bytes: 3769 X-Received-Body-CRC: 2418793432 Xref: csiph.com comp.lang.python:91492 In article , MrJean1 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