REQ: Thonny IDE
REQ: Thonny IDE
Update Thonny IDE, in the test repo is 3.3.14-1 from 2021 on the thonny side is 4.1.3.
Re: REQ: Thonny IDE
You could install the latest version using:
If you get an error message you may remove the error test (at your own risk) using the following command and the re-running the pip install.
Code: Select all
pip install thonny
Code: Select all
sudo rm /usr/lib/python3.11/EXTERNALLY-MANAGED
Pax vobiscum,
Mark Rabideau - ManyRoads Genealogy -or- eirenicon llc. (geeky stuff)
i3wm, bspwm, hlwm, dwm, spectrwm ~ Linux #449130
"For every complex problem there is an answer that is clear, simple, and wrong." -- H. L. Mencken
Mark Rabideau - ManyRoads Genealogy -or- eirenicon llc. (geeky stuff)
i3wm, bspwm, hlwm, dwm, spectrwm ~ Linux #449130
"For every complex problem there is an answer that is clear, simple, and wrong." -- H. L. Mencken
Re: REQ: Thonny IDE
Had no idea you could use pip for that TY