-
Are you able to suggest a 'WSL-only' path, and where Windows then
places the repository in the Windows file space then?I believe the intent is still to create a folder using the Terminal
window inside VSCode, and then install Python there?Yes, so WSL is a separate linux running in your windows, so you have to install things like python separately.
You can just use WSL without VS Code, but having an editor that can interact with your "linux" file system makes things much easier IMO. Here is a VS Code remote WSL tutorialOpen a remote WSL in code.
Open a terminal in the remote WSL window, if it's not open.
git clone espruino inside the remote wsl (it will be at your WSL home by default i think)
And follow the linux build preparation instructions.
After you cloned, you can open the folder with espruino in the remote WSL window, and start editing.
2 Attachments
Tue 2019.10.01
BINGO! @AkosLukacs, that appears to be what was missed!
While in the vain attempt to not make the 'Rookie' mistake, I introduced and now own today's 'Knucklehead' award. As I installed Python as I have always done, I was convinced scripts were running within VSCode. Never could get passed the following line though:
Was wondering what the 'Linux' reference was.
Then today, . . . Aaahhhhh, now the following line makes sense now:
The page I grabbed was the first one below. Note the subtle page name difference!
The link from #2 above
Although I haven't followed through, a task for this weekend, I'm sure that will get me back on track.
Are you able to suggest a 'WSL-only' path, and where Windows then places the repository in the Windows file space then?
I believe the intent is still to create a folder using the Terminal window inside VSCode, and then install Python there?