Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #97141
| From | Ned Deily <nad@acm.org> |
|---|---|
| Subject | Re: Fixing Python install on the Mac after running 'CleanMyMac' (fwd) |
| Date | 2015-09-26 10:00 -0400 |
| References | <mailman.206.1432929394.5151.python-list@python.org> <bba39ce4-7984-44cf-b17d-b2d9b3d4e742@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.178.1443276056.28679.python-list@python.org> (permalink) |
In article <bba39ce4-7984-44cf-b17d-b2d9b3d4e742@googlegroups.com>, kacyjones@lclark.edu wrote: > I was having this same problem, entered those commands and got this as a > response: > > MacBook-Pro:~ kacyjones$ /usr/bin/python2.7 -c 'import > numpy;print(numpy.__file__)' > /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/num > py/__init__.pyc > MacBook-Pro:~ kacyjones$ > MacBook-Pro:~ kacyjones$ /usr/bin/python2.7 -c 'import > sys;print(sys.version)' > 2.7.10 (default, Jul 14 2015, 19:46:27) > [GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.39)] > > Any idea what that means for my system? Since the original reply, Apple has updated the version of the OS X 10.10.x system Python 2.7 to 2.7.10. So that looks good. -- Ned Deily, nad@acm.org
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: Fixing Python install on the Mac after running 'CleanMyMac' (fwd) Laura Creighton <lac@openend.se> - 2015-05-29 21:56 +0200
Re: Fixing Python install on the Mac after running 'CleanMyMac' (fwd) kacyjones@lclark.edu - 2015-09-20 20:00 -0700
Re: Fixing Python install on the Mac after running 'CleanMyMac' (fwd) Ned Deily <nad@acm.org> - 2015-09-26 10:00 -0400
csiph-web