About 303,000 results
Open links in new tab
  1. Installing python: who is deadsnakes and why should I trust them?

    Mar 21, 2022 · Installing the latest version of Python on Ubuntu, directly from source code from python.org Tested on Ubuntu 20.04. This is how to install/upgrade/update the latest version of …

  2. pyenv error when installing python version - Ask Ubuntu

    If you change the default version of Python that came with the OS you will no longer have a functional OS and will need to re install.

  3. How do I install a clean version of Python in addition to my system ...

    Dec 2, 2022 · That appears to explain my problem, or at least, it would explain why the Python 3.11 I installed has all the same packages as my system Python, plus a few extra. So I tried …

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

  5. How to install virtualenv on ubuntu 24.04?

    Sep 30, 2024 · How did you install 24.04? Because I can create virtualenvs without any issue on 24.04 using the standard mechanisms - sudo apt install python3-virtualenv && python3 -m …

  6. python 2.7.12 install on Ubuntu 22.04 - Ask Ubuntu

    Feb 7, 2012 · I have an application running on Python 2.7.12 which was running on Ubuntu 16.04. I installed the new Ubuntu 22.04 on a new system, but having issue with installing python 2.7 …

  7. Broken dpkg prevents installing python3 on Ubuntu 24.04

    Aug 1, 2024 · I've recently updated WLS2-Win11 to Ubuntu 24.04 on my Intel-CPU computer. After removing Python 3.8, I tried installing Python 3.12. Command sudo apt-get update; sudo …

  8. What is the best way to install Python packages? - Ask Ubuntu

    Aug 19, 2016 · To install (system-wide or global) Python packages, you need sudo as in $ sudo apt-get install python-numpy python-scipy. Do not use sudo with pip as the first command if …

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

    Nov 21, 2023 · It's strange, but I can't install python3.8 alongside python3.11 on Ubuntu 23.04, and I can't find anything about it either. When I try to install python3.8 like this: sudo apt install …

  10. Safely install Python 3.9 for non-root user? - Ask Ubuntu

    Dec 4, 2021 · But some errors occurred, and failed. How can I safely install Python 3.9 (or above) for non-root users? Here, the safe installation means the installation not interfering with the …