You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@TaqiyEddine-B I had the same issue and did a PR, but it appears that this is an abandoned project. The short term fix is to add an alias to your shell for with alias python2="python". At least on macOS I am fairly certain that it is using Python v3 now anyway so you don't run the risk of somehow polluting your system level Python. At least as of macOS 12.03 Monterey its not being shipped with Python v2.
I'm using this extention with VS Code (1.55.0) to run some pythin codes inside md files. This is a simple python code :
Apparently, it uses python 2 when I click "Run"
I think that using "python" without specifying its version is more appropriate
The text was updated successfully, but these errors were encountered: