Upgrade Python on Anaconda
https://conda.io/docs/user-guide/tasks/manage-python.html#updating-or-upgrading-python
https://www.anaconda.com/download/
Upgrade to the latest version on the same branch
https://www.anaconda.com/download/
Upgrade to the latest version on the same branch
conda update pythonUpgrade to a specific version
conda install python=3.6
Comments
Post a Comment