How do I get my Rhino 8 trial to run Python 3?

Hello all… I’m coding in vscode and using Python 3.10. When I send my code to Rhino for execution I see that it’s running on Python 2.7. Here’s my sys.version info: [2.7.12 (2.7.12.1000)
[.NETCoreApp,Version=v3.1 on .NET 7.0.0 (64-bit)].

How do I get Rhino’s IronPython engine to use python 3? Thx in advance.

Hi Kevin, Here is some getting started materials.

Note that this is an isolated build of python (Python 3.9.10) for Rhino.

Ehsan is the primary developer and browsing/searching his posts will answer a lot of questions.

Hi Japhy, I’m familiar with all of the getting started materials, dedicated pages and API docs. Thanks for the info