notebookPowerTools / vscode-jupytext

Other
51 stars 16 forks source link

Call python3 instead of python #4

Open congyiwu opened 3 years ago

congyiwu commented 3 years ago

Hacky fix for issue where python points to python 2.7 on MacOS. Is there a better way to get the default python interpreter that VS Code would normally use?

venkatrao1 commented 6 months ago

I think this causes problems with some Windows Python installations; after installing Python 3.12 from the python website, I have "py" and "python" in my path but not "python3". However, installing from the Windows store aliases python3 to Python 3.x as well.