What is PYTHONPATH=app ?
Apr 3, 2025 · 2 min read · Today, I asked Continue AI what is 'PYTHONPATH=app' and this is what I got. PYTHONPATH is an environment variable used by Python to determine which directories to add to the module search path at runtime. When you set PYTHONPATH=app, you are telling...
Join discussion