About 76,300 results
Open links in new tab
  1. How do I upgrade the Python installation in Windows 10?

    Jul 17, 2017 · 180 Every minor version of Python, that is any 3.x and 2.x version, will install side-by-side with other versions on your computer. Only patch versions will upgrade existing …

  2. 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 …

  3. pip - Upgrade Python in a virtual environment - Stack Overflow

    Is there a way to upgrade the version of Python used in a virtual environment (e.g., if a bugfix release comes out)? I could pip freeze --local > requirements.txt, remove the directory, and pip

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

    May 6, 2024 · 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. How do I update a Python virtual environment with `venv` (in …

    Closed last year. I have recently installed Python 3.8.0 alongside Python 3.7.4. I have some virtual environments (created using python -m venv <directory> that are based on v3.7.4. How …

  6. Upgrade python version in virtualenviornment in visual studio code

    Apr 25, 2023 · So on your machine the command should look like this: C:\Users\admin\AppData\Local\Programs\Python\Python39\python.exe -m venv --upgrade …

  7. How to upgrade Python venv version - Stack Overflow

    Feb 14, 2022 · However, it might be that this fails because your hook-alias changed and that the python installation is different from the one used to create the venv. From the docs regarding - …

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

    Aug 27, 2018 · I am new to Python. I was asked to update to the latest Python version using conda. So far, I have installed Anaconda on my Mac. So I am mainly using the Terminal. …

  9. How to change Python version of existing conda virtual …

    Sep 18, 2021 · I created a conda environment with Python version 3.8, but it doesn't support matplotlib... So I am looking for something like this to change the Python version: conda env …

  10. How to update Python in Anaconda base environment?

    Jan 23, 2022 · Is Python intended to be upgradable in the base environment at all, or should one completely remove and reinstall Anaconda? Any version will eventually go out of support, so …