Install Python 3.11 in Ubuntu 22.04 Desktop

Поділитися
Вставка
  • Опубліковано 30 лип 2024
  • Goes into detail on how to install Python 3.11 into an Ubuntu 22.04 desktop. Uses the deadsnakes personal package archive for the python install. Digresses into issues you may run into when updating Ubuntu currently. Install additional Python 3.11 support packages. Checks the runtime dependencies of the Ubuntu's default 'python3' or Python3.10. Configures Python 3.11 as the default 'python' but keeps Python 3.10 as the system python/python3 in Ubuntu.
    Command to install additional support packages: "sudo apt install python3.11-dev python3.11-venv python3.11-distutils python3.11-gdbm python3.11-tk python3.11-lib2to3 -y"
    00:00 Introduction
    01:06 Update Ubuntu
    03:35 Install Python 3.11
    05:52 Install Support Packages (sudo apt install python3.11-dev python3.11-venv python3.11-distutils python3.11-gdbm python3.11-tk python3.11-lib2to3 -y)
    07:19 Check runtime dependencies of Python 3.10
    09:14 Configure Python 3.11 as default 'python'
    Additional Info:
    How to Install Python 3.11 in Ubuntu and Other Related Linux- www.debugpoint.com/install-py...
    How to install Python 3.11 on Ubuntu 22.04 LTS (Jammy)- www.the-analytics.club/python...
    How to Install Python 3.11 on Ubuntu 22.04- bytexd.com/how-to-install-pyt...

КОМЕНТАРІ • 15

  • @jeremiahsarbacher3775
    @jeremiahsarbacher3775 20 днів тому

    Thank you. Trying out ubuntu for the first time and this was very helpful.

  • @felipedmc
    @felipedmc Рік тому

    Man! I had to reinstall ubuntu 3x before coming across your explanation! Ty so much!

  • @bodizathva
    @bodizathva 10 місяців тому

    Excellent explanation!
    Ty so much!

    • @babarehner
      @babarehner  9 місяців тому

      You're very welcome!

  • @sazalimusa1920
    @sazalimusa1920 9 місяців тому

    excellent !! precise & friendly ...tqvm

  • @securelinuxchannel1519
    @securelinuxchannel1519 Рік тому +1

    thanks for your help .. pip is insatlled but when i going to install numpy by giving command pip install numpy shows " pip is not installed"

    • @babarehner
      @babarehner  Рік тому

      I usually use pip along with a python version in a virtual environment. My guess is your pip is installed in your local home directory and bash can't find it. Take a look at this video @5.22 Install pip from GitHub Repository into Ubuntu 20.04- ua-cam.com/video/wFJyQ_oidpE/v-deo.html Hope this helps.

    • @securelinuxchannel1519
      @securelinuxchannel1519 Рік тому

      @@babarehner when i experiment something new i do in virtual environment. if the experiment is success then i applied to my main desktop environment😁. linux errors welcome😄

    • @securelinuxchannel1519
      @securelinuxchannel1519 Рік тому

      @@babarehneryour suggested video really works great

  • @securelinuxchannel1519
    @securelinuxchannel1519 Рік тому +1

    now can you please tell me how to install pip for python 3.11

    • @babarehner
      @babarehner  Рік тому

      See "Install pip After Python 3.11 Install in Ubuntu 22.04"- ua-cam.com/video/Qzz5B2R8p7s/v-deo.html

  • @securelinuxchannel1519
    @securelinuxchannel1519 Рік тому +2

    its become more helpful if you make a video how to install pip for python3.11 .if it possible

    • @babarehner
      @babarehner  Рік тому

      I started working on providing a simple answer to this question but ran into an issue with how Ubuntu handles pip. I will be working on this next week as I suspect you are not the only one concerned with this question. Good question by the way.