

Arjuna
-
Posts
2 -
Joined
-
Last visited
Reputation Activity
-
Arjuna reacted to Tido in [ASK] how to install Python in armbian
I don't have reference, but if you do in a terminal:
dpkg -l python3.*
you can see what version you have installed by looking for the 'ii'.
As @martinayotte, already wrote 2.x and 3.x is usually already installed. Depending on your 'project' the installed version is already sufficent for your needs and you can start programming :-)
-
Arjuna reacted to ag123 in [ASK] how to install Python in armbian
simply type
$ python
>>> print "hello world"
does that work? if it works python is already installed, google search for other tutorials
-
Arjuna reacted to martinayotte in [ASK] how to install Python in armbian
What issue you've faced ?
Why do you need to have latest version ? Most distros have already python2 and python3 ...