About 105,000 results
Open links in new tab
  1. How to update Python version in Terminal? - Stack Overflow

    Mar 9, 2013 · I've updated my version of Python to 3.11, but Terminal is printing different versions, depending on what command I enter. Entering python3 --version prints Python …

  2. How do I upgrade the Python installation in Windows 10?

    Jul 17, 2017 · 244 I have a Python 2.7.11 installed on one of my LAB stations. I would like to upgrade Python to at least 3.5. How should I do that ? Should I prefer to completely uninstall …

  3. How to update Python? - Stack Overflow

    Feb 27, 2013 · UPDATE: 2018-07-06 This post is now nearly 5 years old! Python-2.7 will stop receiving official updates from python.org in 2020. Also, Python-3.7 has been released. Check …

  4. macos - How do I upgrade python on Mac? - Stack Overflow

    May 6, 2024 · 5 To upgrade Python on your Mac, you should avoid using pip as it is a package manager for Python libraries, not for Python itself. Instead, you can download the latest …

  5. python - How to update/upgrade a package using pip? - Stack …

    Nov 2, 2017 · What is the way to update a package using pip? those do not work: pip update pip upgrade I know this is a simple question but it is needed as it is not so easy to find (pip …

  6. How can I update to the latest Python version using conda?

    Aug 27, 2018 · What if I try to update my python version using the conda update command If you are running an older version of python in your conda base environment, you can try to update …

  7. Why do we need a dict.update () method in python instead of just ...

    Jan 19, 2022 · Why do we need a dict.update () method in python instead of just assigning the values to the corresponding keys? Asked 3 years, 11 months ago Modified 4 months ago …

  8. python - Update value of a nested dictionary of varying depth

    Jul 13, 2010 · UPDATE: I used this solution and added some additional code for getting dicts from lists (as mentioned above) as well as specifying the name of a nested dict IF there's keys with …

  9. How do I update a Python virtual environment with `venv` (in …

    Note: There are some existing Q&A's (such as this) that deal with the older virtualenv package/tool. I'm specifically asking about the new built-in venv module, which is a standard …

  10. How do I upgrade to Python 3.6 with Conda? - Stack Overflow

    Jan 9, 2017 · Anaconda had not updated Python internally to 3.6, but later versions of Anaconda has a Python 3.6 version here. a) Method 1 If you wanted to update, you will type conda …