I’m new to Conda package management and I want to get the latest version of Python to use f-strings in my code. Currently my version is (python -V
):
Python 3.5.2 :: Anaconda 4.2.0 (x86_64)
How would I upgrade to Python 3.6?
I’m new to Conda package management and I want to get the latest version of Python to use f-strings in my code. Currently my version is (python -V
):
Python 3.5.2 :: Anaconda 4.2.0 (x86_64)
How would I upgrade to Python 3.6?