WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Python programming?  (Read 67 times)

Offline meo

  • Hero Member
  • *****
  • Posts: 688
Python programming?
« on: Today at 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
"All that is very well," answered Candide, "but let us cultivate our garden." - Francois-Marie Arouet Voltaire

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 12879
Re: Python programming?
« Reply #1 on: Today at 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.
« Last Edit: Today at 08:40:32 AM by Rich »

Offline Paul_123

  • Administrator
  • Hero Member
  • *****
  • Posts: 1586
Re: Python programming?
« Reply #2 on: Today at 10:51:52 AM »
Python 3.11 is the supported version for piCore 16

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 12879

Offline Paul_123

  • Administrator
  • Hero Member
  • *****
  • Posts: 1586
Re: Python programming?
« Reply #4 on: Today at 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.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 12879
Re: Python programming?
« Reply #5 on: Today at 02:44:33 PM »
Hi Paul_123
I see, thanks for the clarification.