-
-
Notifications
You must be signed in to change notification settings - Fork 486
Closed
Labels
conclusion: declinedWill not be worked onWill not be worked ontopic: codeRelated to content of the project itselfRelated to content of the project itselftype: enhancementProposed improvementProposed improvement
Description
Describe the request
Right now, Arduino IDE 2 doesn't have an option where you can tell it where the python executable is. By default it looks for python, but on newer OSX versions python doesn't exist and/or isn't supported anymore (for example you can't install it with homebrew).
It would be very nice if the IDE would have the option to set the python executable path, and also support python3.
Describe the current behavior
When you try to compile a sketch you get an error that the python executable is missing.
If you do a softlink at OS level, from python3 to python it will ask for command line developer tools and even if that's installed it will still not work.
Arduino IDE version
2.0.0-rc5
Operating system
macOS
Operating system version
OSX Monterey 12.3.1
Additional context
No response
Issue checklist
- I searched for previous requests in the issue tracker
- I verified the feature was still missing when using the latest nightly build
- My request contains all necessary details
Metadata
Metadata
Assignees
Labels
conclusion: declinedWill not be worked onWill not be worked ontopic: codeRelated to content of the project itselfRelated to content of the project itselftype: enhancementProposed improvementProposed improvement