Your anaconda installation ships its own conda package conda . You can use it to update python packages as well as the python interpreter.
To update the python interpreter in your default environment, all you have to do is run the following command from the command line:
conda update python
source share