Replies: 2 comments 9 replies
-
Just re-checked it and latest Processing 4.4.7 is still on Java 17.0.8.1. If a user prefers using a more up-to-date Java (me included), it's enough to setup the JAVA_HOME variable to point to the desired Java version, and then the future thonny-py5mode version will use that by default rather than downloading Java 17. For a more up-to-date Python, the user can setup a custom venv w/ the desired Python version, and then install Thonny as a regular Python package on that venv. You just need to mention these more advanced installation options on your py5coding site. |
Beta Was this translation helpful? Give feedback.
-
I just re-read the new install instructions and made a few more changes. It is in good shape and has been pushed to prod. @villares , we should also add thonny plugin install instructions to the website. We should have it on both github and py5coding.org. https://github.com/py5coding/thonny-py5mode#instructions I created a todo for this and will take care of it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to update the install instructions to guide users to install Java 21 instead of Java 17. The minimum required version is still Java 17 but sometime in the future it will be 21. Let's make things as easy as we can for users by getting them to install 21 instead of 17.
A draft of the updated instructions are here:
http://dev.py5coding.org/content/install.html
Any feedback or comments before push to production?
Side note: the thonny plugin installs Java 17 I believe. Should we bump that to 21? Or does it not matter because a future plugin version can install 21 for us?
Beta Was this translation helpful? Give feedback.
All reactions