Install Python 3.10 in Ubuntu 20.04 LTS / Linux

Поделиться
HTML-код
  • Опубликовано: 12 сен 2024
  • Install Python 3.10 in Ubuntu 20.04 LTS / Linux
    Ubuntu / Linux command:
    1. For compiling the source code install essential packages. (If you haven't done this before)
    sudo apt install wget build-essential checkinstall
    sudo apt install libreadline-gplv2-dev libncursesw5-dev libssl-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev libffi-dev zlib1g-dev
    2. Download Python 3.10 source code from the official download site in the Desktop.
    sudo wget www.python.org...
    3. Extract the downloaded archive file and prepare the source for the installation.
    tar xzf Python-3.10.0.tgz
    cd Python-3.10.0
    sudo ./configure --enable-optimizations
    4. Now, install Python 3.10 on your system.
    sudo make altinstall
    5. Verify the installed version:
    python3.10 --version

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

  • @myeong-seonchae9168
    @myeong-seonchae9168 2 года назад +3

    This video is the most clarified explanation than other videos.

  • @MacMhuirich1337
    @MacMhuirich1337 5 месяцев назад

    it worked!! thanks for the video! had a bit of issue signing in as the sudo but sorted it out thanks again

  • @shovnikpaul3297
    @shovnikpaul3297 Год назад +1

    concise and to the point. Thanks!

  • @javiervaldivia3506
    @javiervaldivia3506 2 года назад

    Thanks to this video I learned wget. I love you.

  • @sudo597
    @sudo597 Год назад +1

    i like your background music. i think it can put me to sleep hahaha.

  • @LamPham-jy6wo
    @LamPham-jy6wo Год назад +1

    +1 subcribed because you deserve it

  • @paulseldn
    @paulseldn 2 года назад +1

    Many thanks for this: it worked perfectly :)

  • @subdas134
    @subdas134 2 года назад +1

    Plz make video on how you change your terminal interface.
    I love your terminal interface

  • @debajodelagua1
    @debajodelagua1 2 года назад +2

    Thanks for the video.
    Could you explain us how do you do for show in your top the porcentain and speed velocity? Thanks a lot

  • @fahad_hassan_92
    @fahad_hassan_92 Год назад

    Great video, to the point! Thanks a lot!

  • @adi6516
    @adi6516 2 года назад +1

    Yes this worked, but tkinter is not working. What to do?

  • @felipetaborda5943
    @felipetaborda5943 10 месяцев назад

    Very useful. Thanks!!

  • @AUGGHHHHHHHHHHHHHHHHHHHHHH
    @AUGGHHHHHHHHHHHHHHHHHHHHHH 10 месяцев назад

    i used this exact method for new pakage 3.12 work perfect

  • @blackhunters.net.3626
    @blackhunters.net.3626 2 года назад +2

    Thank for guidance, it's useful for me

  • @NarutoKun-mu1qh
    @NarutoKun-mu1qh Год назад +1

    Thanks Boss!!

  • @mustafaberker1453
    @mustafaberker1453 2 года назад +1

    Hi, Is the procedure is same for the Ubuntu server ?

  • @AkashGupta-kx2dz
    @AkashGupta-kx2dz 2 года назад +2

    Hey, how can I install modules using pip? I am having problem installing modules, please help.

    • @kamrulskode2371
      @kamrulskode2371  2 года назад

      Hope it will help:
      medium.com/analytics-vidhya/how-to-install-modules-with-pip-and-fix-it-when-it-fails-a8f2b6a0c9b9

  • @Borhamus
    @Borhamus 2 года назад +1

    perfection! thanks

  • @balgxmr
    @balgxmr 2 года назад

    Thank you very much. Appreciate it :)

  • @riennestimpossible3690
    @riennestimpossible3690 Год назад

    slt, j'ai pas compris la deuxième étape, j'ai un message d'erreur, c'est pas très clair

  • @tradercrypto_lad8929
    @tradercrypto_lad8929 2 года назад +1

    thank for your video!
    how can we install pip?

  • @Racing_With_AC
    @Racing_With_AC Год назад

    I like your terminal, I saw it on Kali & relized that Ubuntu does not have it. Mind telling me the name of script?

  • @lucijeanej
    @lucijeanej 2 года назад

    Thanks for the video!

  • @user-nr5uk2xp4d
    @user-nr5uk2xp4d 10 месяцев назад

    How to create this icons in the top right corner? Memory, CPU etc

  • @ifrahshah68
    @ifrahshah68 2 года назад

    Why do we get "running pip as root with result in broken permission" Warning at end. Is it safe to have this warning ir create a problem

  • @sosmasquetodo
    @sosmasquetodo 2 года назад

    Thanks for the information, it helped me.

  • @enrique4185
    @enrique4185 2 года назад

    Thanks! it work!

  • @kushalchaulagain738
    @kushalchaulagain738 Год назад

    Why do we have to install it like that anybody knowns what the command means?

  • @afro_habesha
    @afro_habesha 2 года назад +1

    tnx dude

  • @jolly_rose
    @jolly_rose 2 месяца назад

    i cant run comand python run.py after install pyhon3

  • @josaagrey4414
    @josaagrey4414 9 месяцев назад

    for easy tuts : you can just do sudo install python3 ( thx me later)

  • @EveryGameArchive
    @EveryGameArchive 2 года назад +1

    How I can put Python3.10 as vscode interpreter?

    • @kamrulskode2371
      @kamrulskode2371  2 года назад

      Generally the path for python 3.10 is *_/usr/local/bin/python3.10_* .
      In vs code:
      Go to *_File > Preferences > Settings_* or Pres ” Ctrl + ,”.
      Choose *_User > Python > Python Path_* and paste the path. And you are good to go.

  • @romandemetrius6798
    @romandemetrius6798 2 года назад

    Hey! How about trying to uninstall it? How does one go about it thanks....just this version

  • @mariozelaya23
    @mariozelaya23 2 года назад +4

    Hey Kamruls, how can I have a terminal like yours? It autocompletes everything!!

    • @kamrulskode2371
      @kamrulskode2371  2 года назад +1

      Follow the steps from this link:
      github.com/KamrulSh/ubuntu-configuration

  • @felipe1502
    @felipe1502 2 года назад

    tkinter don't work in 3.8 , 3.9 , 3.10 versions of Python .
    version 2.7 works perfectly. Please, help haha

  • @imanebourokba7904
    @imanebourokba7904 Год назад

    1.04 i didn't understand what you do

  • @kyc0201
    @kyc0201 Год назад

    What if for exemple, i want to install the latest version of python. I know that currently it's the 3.11.1 version but when i try sudo apt install python3.11.1 it doesn't work. What should i do ?

    • @tidy5156
      @tidy5156 Год назад

      Have watched the video at all?

  • @upgraduate
    @upgraduate 2 года назад

    thanks for your informative video

  • @lordhriley
    @lordhriley 2 года назад

    But I thought it already came with it installed and all you have to is upgrade with pip

  • @federicomagnoni1832
    @federicomagnoni1832 2 года назад +2

    What a terminal! Can you share the theme set ups?

    • @kamrulskode2371
      @kamrulskode2371  2 года назад

      Follow the steps from this link:
      github.com/KamrulSh/ubuntu-configuration

    • @aneeshyr
      @aneeshyr 2 года назад

      You mean shell

  • @dimitriosdesmos4699
    @dimitriosdesmos4699 2 года назад

    This will not produce problems? i tried another way of getting python 3.10 with alternatives and my ubuntu had serious issues, i had to revert to 3.6

    • @kamrulskode2371
      @kamrulskode2371  2 года назад

      No, by this process it will create a separate environment for 3.10

  • @user-kr7hj1ux9l
    @user-kr7hj1ux9l Год назад +1

    very useful

  • @yollaifliandry495
    @yollaifliandry495 Год назад

    It worked. But I have a problem when to use pip install
    WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
    I doen't happen with the previous python version (i have version 3.8)
    But pip not work in python that has just installed. Can you help me ?

    • @Alfarrow
      @Alfarrow Год назад

      Did you fix it?

    • @josaagrey4414
      @josaagrey4414 9 месяцев назад

      open terminal or vs code then write this python3 -m venv venv then source venv/bin/activate then venv\Scripts\activate then pip install whatever_you_want

  • @andreimuster6866
    @andreimuster6866 Год назад

    make: *** [Makefile:1872: altinstall] Error 1

  • @love4dev196
    @love4dev196 Год назад

    Awesome!

  • @JGWV1371
    @JGWV1371 2 года назад

    What did you use to get the stats in the menu bar?

    • @kamrulskode2371
      @kamrulskode2371  2 года назад

      Install this extension:
      extensions.gnome.org/extension/1460/vitals/

  • @Hassan2x7
    @Hassan2x7 2 года назад +1

    how update python3.10 to python 3.10.1?

    • @kamrulskode2371
      @kamrulskode2371  2 года назад +1

      You can apply same process. It will replace previous version.

    • @Hassan2x7
      @Hassan2x7 2 года назад +1

      @@kamrulskode2371 I did it but there is no other way? I think this method consumes the processor

  • @th3graduate292
    @th3graduate292 Год назад

    Thanks man.

  • @hamzabenkhayi9680
    @hamzabenkhayi9680 2 года назад

    thanks, it works

  • @ricardomunoz6365
    @ricardomunoz6365 2 года назад

    thank you so much.

  • @siuuomi
    @siuuomi Год назад

    Thanks mate

  • @akyblr
    @akyblr 8 месяцев назад

    Dude. What’s wrong. Why do you play artistic music in a tech. 😢

  • @Tien13dth1
    @Tien13dth1 2 года назад

    thanks video very much

  • @consuelosanchez1833
    @consuelosanchez1833 2 года назад

    Todo OK, muy util.

  • @ashwinpillai9291
    @ashwinpillai9291 Год назад

    Thanks man

  • @Carti1274
    @Carti1274 2 года назад

    Ty

  • @MegaWellington1989
    @MegaWellington1989 Год назад

    Obrigado!

  • @VitorMat0s
    @VitorMat0s Год назад

    tnks man.

  • @BodrumDrone
    @BodrumDrone 2 года назад

    thx mate

  • @Caiomsilva
    @Caiomsilva 2 года назад

    Does someone know how to revert this installation ?

    • @kamrulskode2371
      @kamrulskode2371  2 года назад +1

      You can try this:
      askubuntu.com/questions/1372580/complete-uninstall-of-python3-10

  • @damirgadiev6481
    @damirgadiev6481 2 года назад

    Thanks.

  • @qulx738
    @qulx738 2 года назад

    Thanks,

  • @NehaKumari-qq6qz
    @NehaKumari-qq6qz Год назад

    What is password

  • @komal0112
    @komal0112 2 года назад

    Hi I need help

  • @shahriarXplorer
    @shahriarXplorer 2 года назад

    Amazing.

  • @sergioenriquediazortiz5131
    @sergioenriquediazortiz5131 2 года назад

    thank you

  • @aldair9787
    @aldair9787 2 года назад

    Merci bcppp

  • @rafaeljose9414
    @rafaeljose9414 2 года назад

    perfect.

  • @HeisenbergHK
    @HeisenbergHK Месяц назад

    I wish I understand...

  • @carlosd.gutierrez9977
    @carlosd.gutierrez9977 2 года назад

    Thanks for the guidance, but please make a little slower the actions to follow, like when copied the link was too fast

  • @ANDERSON120418
    @ANDERSON120418 Год назад

    perfect...

  • @thedoctor5036
    @thedoctor5036 2 года назад

    the best

  • @alexrebell3306
    @alexrebell3306 2 года назад +1

    Thank you very much!
    Could you please tell me how to make a terminal like yours?

    • @kamrulskode2371
      @kamrulskode2371  2 года назад +2

      Follow the steps from this link:
      github.com/KamrulSh/ubuntu-configuration

  • @freefiregamasudha2866
    @freefiregamasudha2866 Год назад

    Password

  • @planetashrechannel1351
    @planetashrechannel1351 2 года назад

    video quality is blurry and it doesn't show what you are doing

    • @kamrulskode2371
      @kamrulskode2371  2 года назад +7

      Change the video quality to 1080p and you will see clearly.

  • @TheSimpGatsby
    @TheSimpGatsby Год назад

    Thanks man.

  • @Ediiney
    @Ediiney 2 года назад

    Obrigado!