Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Raspberry Pi Zero
#1
Will like to know what versions of python run on Raspberry Pi Zero
Reply
#2
see: https://docs.resin.io/learn/getting-star...pi/python/
Reply
#3
You can use any language in any version on your Raspberry Pi Zero.
Linux has super powers. If you use the standard respository, Python 3 should be available in as version 3.5.x.
If you want to use a different Python version, you can do this with pyenv.
This is a shell script, which compiles Python and setup a local environment for Python.
In this case you need the build tools, no problem, they can be installed also with your apt-get.
Almost dead, but too lazy to die: https://sourceserver.info
All humans together. We don't need politicians!
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020