-
I wanted some hints. I have a python 3.8 anaconda setup on Win 10 64bit . Now wanted to choose the best option to minimize issues. Install WSL (windows subsystem for linux) seems to be least pain. Now to avoid conflicts with my other project and assuming anaconda environments may not be the best course Some years ago I had used Docker and it was painful to debug . Any general links on WSL/ Usage of VS and other tools |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hello @Qunal deppends on each user preference but I always try to push people to use WSL for blockchain dev, here are some reasons:
You can find a guide about how to setup your windows machine for blockchain dev on the course index "windows support appart". Finally, if you want to use visual studio instead of visual studio code you could refer to this to make it work with WSL. Best regards, Cromewar. |
Beta Was this translation helpful? Give feedback.
Hello @Qunal deppends on each user preference but I always try to push people to use WSL for blockchain dev, here are some reasons:
code .
and the extensions you install on it will be managed separately from the windows instance.You can find a guide about how to setup your windows machine for …