Python Forum

Full Version: Updating the Conda environment
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a conda environment which has python 3.5. This conda environment includes the packages from conda as well as from pypi (pip wheels)
Now I would like to upgrade the python to an higher version 3.6.5.

What is the procedure to upgrade the python version?

Should all the existing conda packages to be upgraded to python 3.6.5?
Should all the existing pip packages in the environment to be upgraded to python 3.6.5?

Thanks in advance