How to set the PYTHONPATH for your VirualEnv in Windows
VSCode keeps telling me “ImportError: No module named xxx”. Why? because I’m trying to run a code from a sub-folder and the module is in the parent directory. How to fix this? Well easy, add the parent directory to your PYTHONPATH. But how? There are…
Continue reading...