Anaconda has not updated python internally to 3.6.
a) Method 1
- If you wanted to update you will type
conda update python
- To update anaconda type
conda update conda
- If you want to upgrade between major python version like 3.5 to 3.6, you’ll have to do
conda install python=$pythonversion$
b) Method 2 – Create a new environment (Better Method)
conda create --name py36 python=3.6
c) To get the absolute latest python(3.6.5 at time of writing)
conda create --name py365 python=3.6.5 --channel conda-forge
You can see all this from here
Also, refer to this for force upgrading
EDIT: Anaconda now has a Python 3.6 version here
Related Posts:
- How to uninstall Anaconda completely from macOS
- How do I update Anaconda?
- How can I run python in terminal on a mac?
- ‘Conda’ is not recognized as internal or external command
- ‘Conda’ is not recognized as internal or external command
- How to uninstall Python 2.7 on a Mac OS X 10.6.4?
- ModuleNotFoundError: No module named ‘sklearn’
- Updating Python on Mac
- How to activate an Anaconda environment
- ModuleNotFoundError: No module named ‘sklearn’
- Conda uninstall one package and one package only
- pip or pip3 to install packages for Python 3?
- How to change default Python version?
- How do I install Python OpenCV through Conda?
- ImportError: No module named sklearn (Python)
- How to run Conda?
- How to change default Python version?
- Installing tensorflow with anaconda in windows
- What version of Python is on my Mac?
- How can I rename a conda environment?
- How can I install a previous version of Python 3 in macOS using homebrew?
- Import Error: No module named numpy Anaconda
- How to install pytorch in windows?
- matplotlib: RuntimeError: Python is not installed as a framework
- Install Plotly in Anaconda
- Can’t update to numpy 1.13 with anaconda?
- Conda command is not recognized on Windows 10
- 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
- How to install pip for Python 3 on Mac OS X?
- Kill a python process
- Issues with installing python libraries on Windows : CondaHTTPError: HTTP 000 CONNECTION FAILED for url
- pip not recognised as an internal or external command
- bash: pip: command not found
- bash: pip: command not found
- How to uninstall pip on OSX?
- ImportError: No module named pip
- ImportError: No module named pip
- Tensorflow import error: No module named ‘tensorflow’
- How do I install pip on macOS or OS X?
- How do I install pip on macOS or OS X?
- No module named ‘sklearn.cross_validation’
- Conda command not found
- How is Anaconda related to Python?
- Enable OpenMP support in clang in Mac OS X (sierra & Mojave)
- difference between command prompt and anaconda prompt
- Conda command not found
- Confusion between Python and Anaconda
- Where to place $PATH variable assertions in zsh?
- Enable OpenMP support in clang in Mac OS X (sierra & Mojave)
- ImportError: No module named pandas. Pandas installed pip
- ERROR 2002 (HY000): Can’t connect to local MySQL server through socket ‘/tmp/mysql.sock’
- No “Proceed Anyway” option on NET::ERR_CERT_INVALID in Chrome on MacOS
- Jupyter Notebook not saving: ‘_xsrf’ argument missing from post
- Could not install packages due to a “Environment error :[error 13]: permission denied : ‘usr/local/bin/f2py'”
- Jupyter Notebook not saving: ‘_xsrf’ argument missing from post
- anaconda update all possible packages?
- Could not install packages due to an EnvironmentError:
- Xcode is not currently available from the Software Update server
- How to view / open a calculator in mac OS X?
- Xcode is not currently available from the Software Update server
- Please enter a commit message to explain why this merge is necessary, especially if it merges an updated upstream into a topic branch
- Anaconda vs. miniconda
- VirtualBox NS_ERROR_FAILURE (0x80004005) macOS
- Installing Homebrew on OS X
- Conda version pip install -r requirements.txt –target ./lib
- Conda version pip install -r requirements.txt –target ./lib
- You don’t have write permissions for the /Library/Ruby/Gems/2.3.0 directory
- import opencv vs import cv2
- anaconda – path environment variable in windows
- Python Pandas – Missing required dependencies [‘numpy’] 1
- You don’t have write permissions for the /Library/Ruby/Gems/2.3.0 directory. (mac user)
- socket.error: [Errno 48] Address already in use
- SocketException: Address already in use MONGODB
- socket.error: [Errno 48] Address already in use
- Why is the apt-get function not working in the terminal on Mac OS X v10.9 (Mavericks)?
- OS X: equivalent of Linux’s wget
- Terminal error: zsh: permission denied: ./startup.sh
- Failed to attach the USB device SEGGER J-Link [0100] to the virtual machine WINDOWS 7
- You don’t have write permissions for the /Library/Ruby/Gems/2.3.0 directory. (mac user)
- How to remove anaconda from windows completely?
- Where do I find the bashrc file on Mac?
- What’s a good hex editor/viewer for the Mac?
- What is the difference between pip and conda?
- Where to find Application Loader app in Mac?
- bash: pip: command not found
- OS X: equivalent of Linux’s wget
- How to switch Python versions in Terminal?
- Trouble updating to Anaconda Navigator 1.10.0 (MacOS)
- What is the difference between Anaconda and Pycharm?
- How can I upgrade NumPy?
- Spyder Python “object arrays are currently not supported”
- anaconda – graphviz – can’t import after installation
- Brew install docker does not include docker engine?
- ModuleNotFoundError: No module named ‘matplotlib’
- Cannot uninstall Tensorflow
- brew install mysql on macOS
- How do you update Xcode on OSX to the latest version?
- Removing Conda environment