What is the difference between installing a module with pip/setup.py vs adding it to PYTHONPATH?
I have a custom Python module I want to use in another project. I have two options:
I have a custom Python module I want to use in another project. I have two options: