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
- How to use filter, map, and reduce in Python 3
- Use Gif Logo For Loading Screen In Kivy
- Praw & Discord.py: The bot keep sending the same meme. I want the bot to send different meme whenever it is asked
- How can I make a time delay in Python? [duplicate]
- Python – TypeError: ‘int’ object is not iterable
- Understanding the main method of python [duplicate]
- TypeError: only integer scalar arrays can be converted to a scalar index with 1D numpy indices array
- How to open a file using the open with statement
- 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?
- What is the difference between rw+ and r+
- Convert bytes to a string
- How can I represent an ‘Enum’ in Python?
- Python – TypeError: ‘int’ object is not iterable
- Import Error: No module named numpy
- Python3 – ModuleNotFoundError: No module named ‘numpy’
- Relative imports – ModuleNotFoundError: No module named x
- bash: pip: command not found
- Python: ‘ModuleNotFoundError’ when trying to import module from imported package
- Relative imports – ModuleNotFoundError: No module named x
- bash: pip: command not found
- TypeError: a bytes-like object is required, not ‘str’ when writing to a file in Python3
- How to uninstall a package installed with pip install –user
- How to uninstall pip on OSX?
- How do I upgrade the Python installation in Windows 10?
- How to uninstall Anaconda completely from macOS
- not all arguments converted during string formatting.. NO % variables
- How do I use raw_input in Python 3
- Python Variable Declaration
- Relative imports in Python 3
- Relative imports in Python 3
- ImportError: No module named pip
- ImportError: No module named pip
- How do I install pip on macOS or OS X?
- working of \n in python [duplicate]
- Pip freeze vs. pip list
- How do I install pip on macOS or OS X?
- Best way to convert string to bytes in Python 3?
- Best way to convert string to bytes in Python 3?
- What does the list() function do in Python?
- TypeError: not all arguments converted during string formatting python
- PermissionError: [Errno 13] Permission denied
- What is setup.py?
- How is Anaconda related to Python?
- Enable OpenMP support in clang in Mac OS X (sierra & Mojave)
- PermissionError: [Errno 13] in Python
- FileNotFoundError: [WinError 2] The system cannot find the file specified:
- Where to place $PATH variable assertions in zsh?
- Enable OpenMP support in clang in Mac OS X (sierra & Mojave)
- Invalid character in identifier
- ImportError: No module named pandas. Pandas installed pip
- ERROR 2002 (HY000): Can’t connect to local MySQL server through socket ‘/tmp/mysql.sock’
- Should I put #! (shebang) in Python scripts, and what form should it take?
- No “Proceed Anyway” option on NET::ERR_CERT_INVALID in Chrome on MacOS
- Should I put #! (shebang) in Python scripts, and what form should it take?
- Using Python 3 in virtualenv
- Relative imports in Python 3
- How to correct TypeError: Unicode-objects must be encoded before hashing?
- How to remove EOFError: EOF when reading a line?
- Could not install packages due to a “Environment error :[error 13]: permission denied : ‘usr/local/bin/f2py'”
- WinError 2 The system cannot find the file specified (Python)
- hashlib.md5() TypeError: Unicode-objects must be encoded before hashing
- TypeError: cannot unpack non-iterable NoneType object
- Is there a ‘foreach’ function in Python 3?
- Python inline if statement
- How to install python3 version of package via pip on Ubuntu?
- Updating a dictionary in python
- Could not install packages due to an EnvironmentError:
- Could not find a version that satisfies the requirement tensorflow
- Xcode is not currently available from the Software Update server
- How to view / open a calculator in mac OS X?
- Convert bytes to a string
- How to copy a dictionary and only edit the copy
- How to print like printf in Python3?
- Could not find a version that satisfies the requirement tensorflow
- Local variable referenced before assignment?
- Xcode is not currently available from the Software Update server
- What are type hints in Python 3.5?
- AttributeError: ‘module’ object has no attribute ‘urlopen’
- Please enter a commit message to explain why this merge is necessary, especially if it merges an updated upstream into a topic branch
- VirtualBox NS_ERROR_FAILURE (0x80004005) macOS
- Python Error: AttributeError: __enter__ [duplicate]