Closed ian-r-rose closed 4 years ago
Possible fix for https://github.com/CityOfLosAngeles/planning-entitlements/issues/50
The idea is that if a repo includes a local python package, they will want it to be generally available for import. I also thought about just adding the /app dir to the PYTHONPATH, but thought that it might have more unintended consequences.
/app
PYTHONPATH
cc @trantom
Possible fix for https://github.com/CityOfLosAngeles/planning-entitlements/issues/50
The idea is that if a repo includes a local python package, they will want it to be generally available for import. I also thought about just adding the
/app
dir to thePYTHONPATH
, but thought that it might have more unintended consequences.cc @trantom