I'm using VSC Remote Server to access code on a linux server. There I'm trying to import .py files from another directory. I've added the directory to import from to the server's PYTHONPATH via .bashrc and rebooted.
Judging from the syntax highlighting, the files I'm trying to load are being recognized, but then at runtime I get module not found errors.
What could be going wrong? Do I need to supply more info?