About 116,000 results
Open links in new tab
  1. How do I properly update Python? - Ask Ubuntu

    Jan 19, 2025 · I believe when python 2.x and python 3 coexist (and it is usually the case in many distros), python is alias to python 2.x, and only by invoking python3 you can launch python 3.x. And …

  2. python - How can I upgrade pip to the latest version? - Ask Ubuntu

    Dec 22, 2015 · 67 I think the pip install --upgrade pip command does not work properly anymore. The correct command should be: for Python 3: python3 -m pip install --upgrade pip for Python 2: python2 …

  3. How to update Python to the latest version on Ubuntu 18.04

    Oct 24, 2018 · The current version of python I've now which is installed by default with Ubuntu is 2.7rc1 , Is it possible to update it officially to the latest version (3.7.1) ? Thank You .

  4. In Ubuntu 20.04, how do I update Python 3.8 to 3.9 and get to use IDLE ...

    Sep 8, 2021 · This will download the Python 3.9.7 tarball from Python upstream and then build and compile and install Python 3.9.7 into the userspace for pyenv. This will not harm the Python on your …

  5. python - pip disappeared after system upgrade - Ask Ubuntu

    Aug 3, 2023 · I upgraded from 22.10 to 23.04 just now without any problems. However, after the upgrade my pip is not working and I cannot figure out how to make it working again. If i just want to …

  6. Python PIP not working after upgrade - Raspberry Pi Stack Exchange

    Sep 16, 2023 · How do I fix this? I was trying to upgrade my Python to 3.10.2 which works fine. However, pip is throwing errors. These are the steps I followed to upgrade: #Downloaded new …

  7. apt - Can I go back to python3.10 on Ubuntu 24.04? - Ask Ubuntu

    Oct 17, 2024 · If you need access to different versions of Python other than 3.12, I'd suggest installing them "manually", not using apt. Perhaps the easiest way to do this is with something like pyenv, …

  8. gnome-terminal won't open after python upgrade [duplicate]

    Nov 22, 2023 · 2 This question already has answers here: Gnome terminal will not start after trying to install newer version of Python 3 (7 answers) Terminal and other apps suddenly won't open (2 answers)

  9. Terminal not opening after changing Python version

    Mar 17, 2022 · I decided to upgrade my Python version to 3.10 from 3.8 after I installed 3.10. I used: sudo update-alternatives --config python3 and then selected the appropriate number designated for …

  10. Python3.11 install on Ubuntu 24.04 - Ask Ubuntu

    Apr 28, 2024 · From what I gather, add-apt-repository is a Python script and it is Python that trying to upgrade to 24.04 broke on my system. Therefor the above seems to be a paradox in using a Python …