Hi !
Setting up my Seeedstudio reTerminal and Visual Studio Code, I realized that Python was already installed, but I’m not sure where 🤔.
So, in the Visual Studio Code terminal (you can do this in the bash), first I check the version of Python with the command
python3 -V
And, hey I got 3.7 !
Now I open python and type these 2 lines
import sys
sys.executable
And there it is, the location of Python3
Bonus: do you see CoPilot in VS Code Tray, yes ! CoPilot works also on Raspberry Pi and reTerminal!
Happy coding!
Greetings
El Bruno
More posts in my blog ElBruno.com.