I'm trying to set up a work environment on a new machine and I am a bit confused how best to procede.
I've set up a new windows machine and have WSL2 set-up; I plan on using that with VS Code for my development environment.
I have a previous django project that I want to continue working on stored in a folder in a thumb drive.
- Do I move the [windows] project folder into the linux folder system and everything is magically ready to go?
- Will my previous virtual environment in the existing folder still work or do I need to start a new one?
- Is it better to just start a new folder via linux terminal and pull the project from github?
- I haven't installed pip, python, or django on the windows OR linux side just yet either.
Any other things to look out for while setting this up would be really appreciated. I'm trying to avoid headaches later by getting it all set-up correctly now!