In article <bba39ce4-7984-44cf-b17d-b2d9b3d4e...@googlegroups.com>,
 kacyjo...@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,
 n...@acm.org

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to