How to Install Python 3.10 on Debian 11 "Bullseye" | Compile Python 3.10 from Source on Debian 11

Поделиться
HTML-код
  • Опубликовано: 18 ноя 2024
  • НаукаНаука

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

  • @tertia0011
    @tertia0011 3 года назад +8

    My new Debian 11 installation returned 'no C compiler found in path' during the enable optimizations stage. Solution was to install gcc then return to Python optimizations. Other versions of Linux I've used came with gcc & Python installed. Much simpler to install Python on Windows systems but it was kind of enjoyable see all the Python compiled with gcc.

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

    Spot on thanks, works in Deb 12

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

    so i tried downloading python 3.12.3 and it downloaded but when i do python3.12.3 --version bash tells me python3.12.3: command not found

  • @4Koda
    @4Koda Год назад

    Worked well for me downloading python 3.11

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

    I am having configuration error; error: in '/home/debianpc/Python-3.10.4'. How do I troubleshoot that?

  • @qp_parham3465
    @qp_parham3465 4 месяца назад

    when i use sudo make altinstall it says : sudo: make: command not found i use Deb 12, How to fix this?

    • @TechSolutionz
      @TechSolutionz  4 месяца назад

      sudo apt install build-essential .... Then run altinstall...It should work.

  • @BarrySuridge
    @BarrySuridge 3 года назад +1

    Remember to speed up the process by using the -j flag. This specifies the number of cores in your system. nproc command shows your system cores. make -j 4

    • @TechSolutionz
      @TechSolutionz  3 года назад +1

      thankyou for explanation. Appreciate it sir!

  • @MichaelCoons-d5o
    @MichaelCoons-d5o 8 месяцев назад

    Why compile it when you can just install it? apt-get install python3 python3-dev

  • @Arafat-insights
    @Arafat-insights Год назад

    hello Sir hope you give me good soliution my python ./configure optimizations command not working
    no acceptable c compieler found in path

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

    What about script file how to run and create

  • @karthikpaneerselvam1805
    @karthikpaneerselvam1805 3 года назад

    Unable to use pip with this python version can u pls upload pip install for this python version 3.10

    • @TechSolutionz
      @TechSolutionz  3 года назад

      Yeah. Sure. This may take a while.

    • @ristoshikongo7730
      @ristoshikongo7730 3 года назад

      It worked. I don't know about pip but I had a Similar problem. Please help?

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

    ik this video is kinda old but running python3 --version still gives me 3.5.2

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

      python3.1 - - version

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

      @@TechSolutionz i wanna change that
      running python3.10 --version gives me 3.10.0
      but the script i wanna run needs python3 --version to be 3.10.0

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

      @@emerald_grenade3788 Its very easy. I will upload the instructions shortly.

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

      ruclips.net/video/vhGsUwFWQzA/видео.html

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

    OK.....it's installed......NOW......how do I get it to open......

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

      Just enter 'Python' in terminal and you are good to be in Python Environment.

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

      @@TechSolutionz do I need any other program like eclipse, vscode, notepad++ to work better in python or the bash is enough?

  • @randallN-sw6ee
    @randallN-sw6ee 2 года назад

    Following this tutorial crashed Debian in my VM and now I can't use it anymore.

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

      It cannot crash your OS. You might have done something else !!

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

      what

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

    thank's