Using Model B+; 512MB; wifi 300mbps, 16Gb sd card.
I got desktop on screen. But i Don't see python3.4.2 on desktop. But i can see python3.4 is already new version.
How do I install python3.4.2?
I appreciate your help.
python3.4.2(solved)
python3.4.2(solved)
Last edited by Supra on Wed Dec 02, 2015 2:03 pm, edited 1 time in total.
Re: python3.4.2
You can search for packages to install using the following in a terminal:Supra wrote:Using Model B+; 512MB; wifi 300mbps, 16Gb sd card.
I got desktop on screen. But i Don't see python3.4.2 on desktop. But i can see python3.4 is already new version.
How do I install python3.4.2?
I appreciate your help.
Code: Select all
apt-cache search python3.4
Code: Select all
apt-get install python3.4
If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Re: python3.4.2
Python3.4 is already new version.
But how do I run or execute python3.4 or similar IDLE3.4?
But how do I run or execute python3.4 or similar IDLE3.4?
Re: python3.4.2
Try:Supra wrote:Python3.4 is already new version.
But how do I run or execute python3.4 or similar IDLE3.4?
Code: Select all
python3 MyProgram.py
Code: Select all
apt-get install idle
If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Re: python3.4.2(solved)
Last edited by Supra on Wed Dec 02, 2015 1:56 pm, edited 1 time in total.
Re: python3.4.2
No worries, I thought it might of beenSupra wrote:Thank you very much![]()
![]()
![]()
![]()
This is what I'm looking for IDLE3Code: Select all
apt-get install idle

If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Donating is the easiest – you can use PayPal or become a DietPi patron.