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

    Jul 17, 2017 · Current Python 3 installations come with the py.exe launcher, which by default is installed into the system directory. This makes it available from the PATH, so you can automatically run it from …

  2. How to update Python version in Terminal? - Stack Overflow

    Mar 9, 2013 · 12 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.9.13. Entering …

  3. How to change python version in command prompt if I have 2 python ...

    May 15, 2018 · 22 I have installed Anaconda 2 & 3 in my system. Anaconda 2 contains python 2.7 & Anaconda 3 contains python 3.6. I need to run my python code using command prompt & I need to …

  4. Install Python with cmd or powershell - Stack Overflow

    Sep 30, 2018 · My question is if you can install python with powershell, cmd, vbs or any other language built into Windows already? If this was already asked please redirect me to the answer.

  5. python - How to upgrade pip? - Stack Overflow

    Mar 12, 2019 · input cmd in the empty box and tap Command Prompt in the results Use python -m pip install --upgrade pip to uninstall the old pip package and install the current version.

  6. How to update/upgrade a package using pip? - Stack Overflow

    Nov 2, 2017 · What is the way to update a package using pip? These commands 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 …

  7. python - How do I update/upgrade pip itself from inside my virtual ...

    1002 I'm able to update pip-managed packages, but how do I update pip itself? According to pip --version, I currently have pip 1.1 installed in my virtualenv and I want to update to the latest version. …

  8. upgrade python version using pip - Stack Overflow

    85 pip is designed to upgrade python packages and not to upgrade python itself. pip shouldn't try to upgrade python when you ask it to do so. Don't type pip install python but use an installer instead.

  9. How to upgrade all Python packages with pip - Stack Overflow

    Apr 9, 2016 · Is it possible to upgrade all Python packages at one time with pip? Note: that there is a feature request for this on the official issue tracker.

  10. python - How do I update Anaconda? - Stack Overflow

    Jul 19, 2017 · If you want to update to the latest anaconda version with the latest supported python version, this is the only command that worked for me within the base anaconda environment: