79105263

Date: 2024-10-19 15:18:58
Score: 0.5
Natty:
Report link

Just make sure that PYTHONPATH is not set in your shell by adding unset PYTHONPATH to ~/.zshrc or starting a new terminal.

and in your .code-workspace or settings.json, add:

"terminal.integrated.env.osx": {
    "PYTHONPATH": "/Users/me/project/utils"
},

and restart VS Code to apply these changes.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Nova