The default Python on OS X shouldn’t be messed with as it’s used by the OS itself. If your default is 2.6.1 then you must have Snow Leopard.
If you just install from the standard 3.1 disk image then you can invoke it using python3.1
from the terminal (you don’t have to do any extra steps for this to work) and you can leave the plain python
as 2.6.1.
Related Posts:
- pip or pip3 to install packages for Python 3?
- How to install pip for Python 3 on Mac OS X?
- How can I run python in terminal on a mac?
- How to uninstall Python 2.7 on a Mac OS X 10.6.4?
- How do I upgrade to Python 3.6 with conda?
- How to change default Python version?
- ImportError: No module named sklearn (Python)
- How to change default Python version?
- What version of Python is on my Mac?
- How can I install a previous version of Python 3 in macOS using homebrew?
- matplotlib: RuntimeError: Python is not installed as a framework
- boto3 python 2.7 ImportError: No module named boto3 USER_BASE USER_SITE site packages doesn’t exist
- Python: source code string cannot contain null bytes
- Python can’t find module NLTK
- Kill a python process
- Tkinter error: Couldn’t recognize data in image file
- SyntaxError: unexpected EOF while parsing
- TypeError: only integer scalar arrays can be converted to a scalar index with 1D numpy indices array
- TypeError: only integer scalar arrays can be converted to a scalar index with 1D numpy indices array
- Microsoft Visual C++ 14.0 is required (Unable to find vcvarsall.bat)
- How to install pip with Python 3?
- Import Error: No module named numpy
- Python3 – ModuleNotFoundError: No module named ‘numpy’
- bash: pip: command not found
- TypeError: a bytes-like object is required, not ‘str’ when writing to a file in Python3
- Relative imports in Python 3
- Pip freeze vs. pip list
- Best way to convert string to bytes in Python 3?
- ImportError: No module named pandas. Pandas installed pip
- Should I put #! (shebang) in Python scripts, and what form should it take?
- Should I put #! (shebang) in Python scripts, and what form should it take?
- Using Python 3 in virtualenv
- hashlib.md5() TypeError: Unicode-objects must be encoded before hashing
- Could not find a version that satisfies the requirement tensorflow
- Local variable referenced before assignment?
- AttributeError: ‘module’ object has no attribute ‘urlopen’
- import opencv vs import cv2
- error UnicodeDecodeError: ‘utf-8’ codec can’t decode byte 0xff in position 0: invalid start byte
- Error: ” ‘dict’ object has no attribute ‘iteritems’ “
- How to upgrade pip3?
- Why is the apt-get function not working in the terminal on Mac OS X v10.9 (Mavericks)?
- SystemError: Parent module ” not loaded, cannot perform relative import
- TypeError: ‘<=' not supported between instances of 'str' and 'int' [duplicate]
- TypeError: unsupported operand type(s) for -: ‘str’ and ‘int’
- Where to find Application Loader app in Mac?
- Getting a map() to return a list in Python 3.x
- How to Read .txt in Pandas
- TypeError: cannot convert the series to
- Pinging servers in Python
- Add Legend to Seaborn point plot
- ‘End of statement expected’ in pycharm
- How to pass arguments to a Button command in Tkinter?
- How to remove specific substrings from a set of strings in Python?
- Brew install docker does not include docker engine?
- Change figure size and figure format in matplotlib
- How can I concatenate str and int objects?
- ‘str’ object has no attribute ‘decode’. Python 3 error?
- error: Failed to load the native TensorFlow runtime
- ImportError: No module named ‘encodings’
- enumerate() for dictionary in python
- OS X Framework Library not loaded: ‘Image not found’
- PermissionError: [WinError 5] Access is denied
- Vim Can’t Save File (E212)
- Python 3 – ValueError: not enough values to unpack (expected 3, got 2)
- How can I install Python’s pip3 on my Mac?
- What is the meaning of ‘for _ in range()
- Python sockets error TypeError: a bytes-like object is required, not ‘str’ with send function
- Pipenv: Command Not Found
- Python: AttributeError: ‘_io.TextIOWrapper’ object has no attribute ‘split’
- -bash: export: `=’: not a valid identifier
- ImportError: No module named ‘yaml’
- TypeError: ‘_io.TextIOWrapper’ object is not subscriptable
- Properly formatted multiplication table
- Why is parenthesis in print voluntary in Python 2.7?
- How to print multiple lines of text with Python
- python 3 – x for x for loops – how do they work?
- How do I run pip on python for windows?
- What does {0} mean in this Python string?
- Tab Error in Python
- sed command with -i option failing on Mac, but works on Linux
- Python 3.5.1 urllib has no attribute request
- matplotlib: plot multiple columns of pandas data frame on the bar chart
- Run script on mac prompt “Permission denied”
- Why do I get this error “TypeError: ‘method’ object is not iterable”?
- Why does cURL return error “(23) Failed writing body”?
- Command not found go — on Mac after installing Go
- What is the meaning of “int(a[::-1])” in Python?
- Updating php version on mac
- Unmount the directory which is mounted by sshfs in Mac
- Failed to launch macOS app built in Xcode
- Getting a name error when trying to input a string [duplicate]
- Testing web application on Mac/Safari when I don’t own a Mac
- How to completely uninstall Android Studio on Mac?
- Error loading MySQLdb module: No module named ‘MySQLdb’
- Is there an equivalent of lsusb for OS X
- Iterating over dictionary items(), values(), keys() in Python 3
- Homebrew brew doctor warning about /Library/Frameworks/Python.framework, even with brew’s Python installed
- Undefined variable error in function
- Python 3 integer division [duplicate]
- Python – difference between two strings