Skip to content

What is lacking to allow windows or even the Deck itself as a dev env? #135

Answered by TrainDoctor
LuisMayo asked this question in Q&A
Discussion options

You must be logged in to vote

The Steam Deck is a linux machine. Developing for it on windows while possible is not the best idea.
Also those scripts install uncompilied python versions that were helpful during development of the react update but probably need to be updated to provide a binary install instead.
Using the deck as a dev environment is fraught since it has a read only filesystem making normal development tasks much more complicated. If you look at deck.sh you can see I had to specifically install pip into userspace to the deck then install packages to userspace with that pip.

Hopefully this addresses your questions.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by TrainDoctor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants