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

Are there any code examples left?
Create a Free Account
Unlock the power of data and AI by diving into Python, ChatGPT, SQL, Power BI, and beyond.
Sign up
Develop soft skills on BrainApps
Complete the IQ Test
Relative searches
upgrade python using conda how to change your python from anaconda how to update python in anaconda update python version anaconda update python with conda from to upgrade python version anaconda how to update python version in anaconda how to update to latest version of python anaconda anaconda upgrade python how update anaconda update python from anaconda how update pyhton anaconda using conda to upgrade python how to update python of conda env how to update python packages in anaconda update python in anaconda conda python update updating anaconda pytohn anaconda update python conda python upgrade conda upgrade python version updating python in conda update conda anaconda prompt how to update existing anaconda installation anaconda python upgrade conda update python 3.7 upgrade python in anaconda how to update an anaconda environment how to upgrade anaconda python version conda version update how to update anaconda environment conda update anaconda how can i update anaconda with line command upgrade python version of anaconda how to update python on conda how to upgrade python version in anaconda upgrade anaconda python version use conda to update anaconda how to update conda python version anaconda how to update python updating anaconda update pyhton anaconda how to update anaconda python version upgrade python version on anaconda update python with conda how to update python anaconda upgrade python anaconda upgrade anaconda update python from conda how can i update conda version anaconda update Update python Anaconda update python conda update python in annaconda how to update the conda version how to update python version in conda update conda python version update anaconda python version conda update ipython updating python from conda How to update the anaconda how to upgrade anaconda conda update python version how to update a python module in conda conda upgrade python how can i update anaconda conda update python how to update anaconda conda update conda how to upgrade a conda update conda python conda update how to update python in conda how to update conda update anaconda latest python update anaconda update python version in anaconda
Made with love
This website uses cookies to make IQCode work for you. By using this site, you agree to our cookie policy

Welcome Back!

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign in
Recover lost password
Or log in with

Create a Free Account

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign up
Or sign up with
By signing up, you agree to the Terms and Conditions and Privacy Policy. You also agree to receive product-related marketing emails from IQCode, which you can unsubscribe from at any time.
Creating a new code example
Code snippet title
Source