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.