Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the environment's PYTHONPATH to sys.path when running dev pants.
This is helpful when running a graphical debugger: you need to ensure that the debugger's code (pydevd in my case) is on your path so you can import it at the tracepoint. Reviewed at https://rbcommons.com/s/twitter/r/1237/
- Loading branch information