Skip to content

kicad-cmd.bat: Find any 3rdparty python version folder

Previously was set to only look for the "Python39" folder. KiCAD 8.0 uses python 3.11, which creates a folder under the 3rdparty folder of "Python311". Currently can't make use of any user installed packages in KiCAD 8.0 command prompt on windows.

This change will use the folder created for any minor python version.

Fixes #171 (closed)

Merge request reports