Python Forum

Full Version: Raspberry Pi Zero
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Will like to know what versions of python run on Raspberry Pi Zero
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.