About 508,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. …

  2. How do I install a different Python version using apt-get?

    Jul 13, 2015 · How can I install a different version of Python using apt-get? Obviously I realise I can install using the source tar ball, however I would prefer not to install from source and …

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

    Apr 28, 2024 · Therefore, you should be able to add the Deadsnakes PPA and install Python 3.11 without any issues. If the Python installation on your system is broken and you need a fresh …

  4. python - How to install python3.8 on Ubuntu 23.04? - Ask Ubuntu

    Nov 21, 2023 · Never uninstall, replace, or conflict with the version of python3 included with your install of Ubuntu. Ubuntu depends upon that exact version to function. To install a different …

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

  6. software installation - How do I install Python 3.9? - Ask Ubuntu

    Feb 24, 2021 · Warning: Do not remove the default version of Python (3.x) which was preinstalled in Ubuntu, even if you install Python 3.9. Removing the default python version may break your …

  7. command line - Why can't I install Python 3.8? - Ask Ubuntu

    Jul 25, 2020 · 3 This question already has answers here: How to make 'python' program command execute Python 3? (8 answers) How do you install python3.7 to ubuntu 20.04? (2 …

  8. Installing python: who is deadsnakes and why should I trust them?

    Mar 21, 2022 · I want to install Python 3.9 on my Ubuntu 20.04, and all tutorials I can find include a step as follows: sudo add-apt-repository ppa:deadsnakes/ppa I am concerned about …

  9. apt - Install Python3.10 on Ubuntu 23.04 - Ask Ubuntu

    Jul 3, 2023 · Same issue here. Real bummer. I now have python3.9 and 3.11 and Ubuntu 23.04, and a lot of projects on python3.10.

  10. apt - How to install Python 3.12 on Ubuntu 23.10? - Ask Ubuntu

    The only thing I did was sudo apt install python3-pip and also python3-venv (and python3.11-venv), venvs failed to install but why does VSCode show 4 different Python interpreters now? I …