update anaconda
conda update --all
update anaconda
conda update --all
How to update python using anaconda/conda
# If want to update python type
conda update python
# To update anaconda type
conda update anaconda
# a) 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
how to downgrade python to 3.7 4 anaconda
conda install python=3.5.0
# or maybe
conda install python=2.7.8
# or whatever you want....
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us