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.
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
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.
eres grande
Spot on thanks, works in Deb 12
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
Worked well for me downloading python 3.11
I am having configuration error; error: in '/home/debianpc/Python-3.10.4'. How do I troubleshoot that?
when i use sudo make altinstall it says : sudo: make: command not found i use Deb 12, How to fix this?
sudo apt install build-essential .... Then run altinstall...It should work.
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
thankyou for explanation. Appreciate it sir!
Why compile it when you can just install it? apt-get install python3 python3-dev
hello Sir hope you give me good soliution my python ./configure optimizations command not working
no acceptable c compieler found in path
Sudo apt install cmake
thnks for your help@@TechSolutionz
What about script file how to run and create
Unable to use pip with this python version can u pls upload pip install for this python version 3.10
Yeah. Sure. This may take a while.
It worked. I don't know about pip but I had a Similar problem. Please help?
ik this video is kinda old but running python3 --version still gives me 3.5.2
python3.1 - - version
@@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
@@emerald_grenade3788 Its very easy. I will upload the instructions shortly.
ruclips.net/video/vhGsUwFWQzA/видео.html
OK.....it's installed......NOW......how do I get it to open......
Just enter 'Python' in terminal and you are good to be in Python Environment.
@@TechSolutionz do I need any other program like eclipse, vscode, notepad++ to work better in python or the bash is enough?
Following this tutorial crashed Debian in my VM and now I can't use it anymore.
It cannot crash your OS. You might have done something else !!
what
thank's