Tiny Core Linux

Tiny Core Base => Corepure64 => Topic started by: meo on June 30, 2026, 08:22:56 AM

Title: Python programming?
Post by: meo on June 30, 2026, 08:22:56 AM
Hello to y'all!

I am starting to program in python using piCore64 16.0.0 and I have installed Python 3.12 but if I type python into a terminal it seems that it doesn't exist Any thoughts?

Kind greetings,
meo
Title: Re: Python programming?
Post by: Rich on June 30, 2026, 08:34:10 AM
Hi meo
It might be called something like python3 or python3.12.
Type  pyth  and hit the  Tab  key twice and see what auto-completion returns.
Title: Re: Python programming?
Post by: Paul_123 on June 30, 2026, 10:51:52 AM
Python 3.11 is the supported version for piCore 16
Title: Re: Python programming?
Post by: Rich on June 30, 2026, 12:21:29 PM
Hi Paul_123
Although:
http://tinycorelinux.net/16.x/armhf/tcz/python3.11.tcz.info
http://tinycorelinux.net/16.x/aarch64/tcz/python3.11.tcz.info
have more recent modification dates (2025), these versions
(2024) are also present:
http://tinycorelinux.net/16.x/armhf/tcz/python3.12.tcz.info
http://tinycorelinux.net/16.x/aarch64/tcz/python3.12.tcz.info
Title: Re: Python programming?
Post by: Paul_123 on June 30, 2026, 02:03:09 PM
Fully aware of that.  They were only included as they were used during the toolchain build. But they lack build updates done in 3.11.
Title: Re: Python programming?
Post by: Rich on June 30, 2026, 02:44:33 PM
Hi Paul_123
I see, thanks for the clarification.