I am using pycharm to develop a plugin in sublime text 4 and I added inside the AutomateBrowser.py
following code:
print('Python version used: '+sys.version)
Resulting Python version used: 3.3.6 (default, Feb 25 2020, 13:56:07) [MSC v.1600 64 bit (AMD64)]
WHILE if I do this on the console
sys.version
Results
‘3.8.8 (default, Mar 10 2021, 13:30:47) [MSC v.1915 64 bit (AMD64)]’