amanzi / ats-short-course

Files for Amanzi Workshop.
BSD 2-Clause "Simplified" License
12 stars 9 forks source link

PYTHONPATH still messed up #10

Open ecoon opened 3 years ago

ecoon commented 3 years ago

In current main branch, we still have a few PYTHONPATH issues.

  1. TINerator and WW directories appear twice. Likely this is because we use both ENV docker command and echo "export PYTHONPATH=..." >> .bashrc calls.
  2. The following should also be in the PYTHONPATH: ${ATS_SRC_DIR}/tools/utils:${ATS_SRC_DIR}/tools/meshing/meshing_ats:${AMANZI_SRC_DIR}/tools/amanzi_xml At least the first used to be, but isn't anymore.
ecoon commented 3 years ago

Note I am currently working around this in both the meshing_ats demo and in the debugging demo.