Python 3.10 Installation on Ubuntu 18.04 or 20.04. Install python and run your first python app.

Поделиться
HTML-код
  • Опубликовано: 25 авг 2024
  • This video will help you to install python 3.10 installation on ubuntu 18.04. Also you will learn how to create your first python program and run your python file using terminal windows. I have created a sample python app and executing in this video demo. python installation. python3 installtion. python3.10 installation. python 3.10 installtion. how to install python in Ubuntu.
    #installpython #python #ubuntupython #howtoinstallpython #pythonprogramming #pythonforbeginners #python3 #howtoinstallpython #
    Install Python 3 on Ubuntu From Source
    1.Update your system's local repository list by running
    sudo apt update
    2.Install supporting dependencies on your system with APT
    sudo apt install build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libreadline-dev libffi-dev wget
    3.Download required python version
    wget www.python.org...
    4. Extract the TGZ file that you just downloaded with
    tar -xvf Python-3.12.0b3.tgz
    5 Change your download directory and python folder
    cd Python-3.12.0b3
    6. Finally do the below steps Build Instructions
    ------------------
    On Unix, Linux, BSD, macOS, and Cygwin::
    1 ./configure
    2 make
    3 make test
    4 sudo make install
    This will install Python as ``python3``.

Комментарии • 2

  • @mbahnyamsickcaleb1702
    @mbahnyamsickcaleb1702 11 месяцев назад

    If only the commands whete added in the description 😢 not clear from screen

    • @Py4Python
      @Py4Python  11 месяцев назад +1

      Please review my updated description below. Don't forget to subscribe for future updates and feel free to ask any questions in the comment section.