RDS
Posts: 776
Joined: Tue Oct 06, 2015 8:17 am
Location: Lancashire, UK

Installing Thonny on existing set up

Sat Jul 01, 2017 11:09 am

I currently program my Pi using IDLE (python 3.4.2)
In order to install Thonny do I need to start again with a new version of Raspbian, or is it possible to just load the Thonny element?

User avatar
KLL
Posts: 1453
Joined: Wed Jan 09, 2013 3:05 pm
Location: thailand
Contact: Website

Re: Installing Thonny on existing set up

Sat Jul 01, 2017 11:26 am

not sure but can try
sudo apt-get update
sudo apt-get install python3-thonny

fruitoftheloom
Posts: 23548
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Installing Thonny on existing set up

Sat Jul 01, 2017 11:27 am

RDS wrote:I currently program my Pi using IDLE (python 3.4.2)
In order to install Thonny do I need to start again with a new version of Raspbian, or is it possible to just load the Thonny element?
It is covered in the BLOG: https://www.raspberrypi.org/blog/a-rasp ... ing-tools/
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot) RaspiOS64 ARM64
Asus ChromeBox 3 Celeron is my other computer...

RDS
Posts: 776
Joined: Tue Oct 06, 2015 8:17 am
Location: Lancashire, UK

Re: Installing Thonny on existing set up

Sat Jul 01, 2017 1:09 pm

Thank you both very much.
I used the link from the blog and Thonny is now installed.
(easy when you know how!)

User avatar
bensimmo
Posts: 4654
Joined: Sun Dec 28, 2014 3:02 pm
Location: East Yorkshire

Re: Installing Thonny on existing set up

Sat Jul 01, 2017 4:42 pm

Nice little write up here too
It brings Python 3.6 with it, so we're not left back in 3.4.

Not that I actually know what we gain from that ;-)
https://www.raspberrypi.org/magpi/thonny/

mildara69
Posts: 1
Joined: Fri Jul 28, 2017 9:41 am

Re: Installing Thonny on existing set up

Fri Jul 28, 2017 9:53 am

I upgraded to latest version and installed THONNY, however the Shell seems to be running version 3.4.2 rather than the 3.6 advertised. Indeed the screenshot in https://www.raspberrypi.org/blog/a-rasp ... ing-tools/ also shows 3.4.2. Anyone know how do I get Thonny to run python 3.6?

User avatar
bensimmo
Posts: 4654
Joined: Sun Dec 28, 2014 3:02 pm
Location: East Yorkshire

Re: Installing Thonny on existing set up

Fri Jul 28, 2017 11:59 am

run it on anything but the Pi.
The advertised python is wrong for this customised Pi version. It is 3.4

Return to “Beginners”