আমি যখন পাইথন ইন্টারপ্রেটারে আমার সিস্টেম সংস্করণ জিজ্ঞাসা করি, উত্তরটি ২.7.১০:
Python 2.7.10 (default, Jul 30 2016, 18:31:42)
[GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.34)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> print (sys.version)
2.7.10 (default, Jul 30 2016, 18:31:42)
[GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.34)]
তবে, ব্রাউজিং /Library/Frameworks/Python.framework/Versions
, আমি কেবল 3.5 খুঁজে পাব কেন?