G
G
Gleb Lukashonok2021-01-28 16:16:06
Raspberry Pi
Gleb Lukashonok, 2021-01-28 16:16:06

Vs code on rpi zero W is this possible?

Good day to all! I got raspberry pi zero W. I installed visual studio code and teamviewer. In order to have an easy connection "from outside" and all the code as a cool editor with built-in git.

Tipo wrote on his any machine, uploaded it to git, connected via tw (which is in autorun and with a constant password), pressed download from git and started spinning python script.
I think it's convenient. But I'm not an advanced Linux user and have no experience with raspberry. If you know a better/more convenient way, please let me know.

And here is the question: I installed these two programs, but they do not want to start. Just 0 reactions. About teamviewer, I think that the problem is due to the fact that I'm talking about vnc and he doesn't want to run two remote accesses. And I don’t even know what to think about vs code. As an option - just zero w does not pull :) although I saw that it works for some.
Has anyone had experience with such difficulties?
Please help... Thank you!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vasily Bannikov, 2021-01-28
@vabka

I installed visual studio code and teamviewer

This is a bad option. It's better to push directly to git on raspberry (kmk) or connect to raspberry via ssh and pull / clone through the console.
Another option is not to use git on raspberry and immediately push the ready-to-run code. (save space and time on it)
In short, develop on the main computer, and just run on the raspberry.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question