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
I have both python2 and python3 installed on my Mac. The python command directs to python2 and not python3. The extension picks up python2 by default. How to configure it to use python3 as the interpreter?
The text was updated successfully, but these errors were encountered:
You need to set up the alias on your own.
For example, in bash, it is possible to do alias python=python3.
I'm not aware of how to do it for a mac, but you can search on the web.
I have both python2 and python3 installed on my Mac. The
python
command directs to python2 and not python3. The extension picks up python2 by default. How to configure it to usepython3
as the interpreter?The text was updated successfully, but these errors were encountered: