Oct-28-2018, 04:05 PM
Oct-28-2018, 04:09 PM
Oct-28-2018, 07:39 PM
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.
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.