Hello Forum,
despite of having the latest rhino version installed, when I use
EditPythonScript
and then
import sys
print(sys.version)
I get this:
2.7.12 (2.7.12.1000)
[.NETCoreApp,Version=v3.1 on .NET 7.0.13 (64-bit)]
This is not Python 3 right?
Background:
I am trying to get chatGPT to write me a script, but it objects that my python is not up to date.
I am a noob with all this so sorry if my question might be naive…