How to install Python on Linux Mint, Ubuntu, Other Linux Distributions

preview_player
Показать описание
A simple installation guide on how to install the latest version of python in linux debian distributions (Ubuntu, linux mint etc).
#pythontutorial #python3 #pythoninstallation #puthonlinux #linux_tutorial
Рекомендации по теме
Комментарии
Автор

Thaks so much to show us this installation.
Hug from Brazil 🇧🇷

portinho
Автор

Thank you so much, works in Opensuse, Hello from Brazil <3

bielzinss
Автор

2:34 When I run "make", the terminal prints "make *** No targets specified and no makefile found. Stop."

How can I resolve this issue?

I use Linux Mint Xfce and ran the "make" command in ~Downloads/Python-3.12.0

RyleeDowns
Автор

Thank you so much for the instructions!

crypto
Автор

beginner question: every Linux comes with a pre-installed Python. Why is there even a need to install another version?

eugenmalatov
Автор

Thanks. This works on MX Linux but I got an error after using the"./configure" command saying "configure: error: no acceptable C compiler found in $PATH". This was fixed by installing Build Essential with "sudo apt-get install build-essential".

williamhallleiva
Автор

why it not accepting cd downloads/ command saying that there is no directory of this name

aniveshasrivastava-vvie
Автор

Hey! After typing "sudo make install" in the end theres a messege "make: *** [Makefile:1280: install] Error 1" . What did i do wrong, what should i do to fix it?

Gadzinsky
Автор

you are worth a million subscription from these

fouadboumandil
Автор

It says c compiler cannot make create executables

Scriptester_
Автор

In case you get the error:

error: C compiler cannot create executables

install build-essential:

sudo apt install build-essential

profilesgirl
Автор

When i tried using the ./slash configure command, it said that the "configure: error: C compiler cannot create executsbles" after the line "checking whether C compiler works... no"

himeshmaheshwari
Автор

how should I open it after downloading it

amuthanrithish
Автор

when i type ./configure is says (C compiler cannot create executables)

keu
Автор

how i can remove old Python version now? i have two...3.10. and 3.11.

andreimuster
Автор

bro pls help how to open idle on ubuntu? but it is wery useful, because i have problems with apt installing

makarrovwe
Автор

Bro when i type the python location its showing that "not a dictionary "

vasudevvk
Автор

when I typed ./configure it is saying permission denied. What to do? please reply.

ayushkathariya
Автор

If we type. /configure it shows no such file or directory

karuppasamy
Автор

Sir it's accured error in configurr

PRAVEENAR-nz