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
Expected behavior: All tutorials use python3 command. I should be able to follow such tutorials even on Windows.
Actual behavior: The conda-installed python only provides python. When I call python3, it bubbles up to the Windows py.exe launcher which opens Windows Store.
Steps to reproduce
Install gazebo following the official Win from source installation guide.
Type python3 in console.
Relevant info
There are a few ways to provide the python3 command, but I don't know which one is the most suitable: https://superuser.com/a/1576801 .