You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In current main branch, we still have a few PYTHONPATH issues.
TINerator and WW directories appear twice. Likely this is because we use both ENV docker command and echo "export PYTHONPATH=..." >> .bashrc calls.
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.
The text was updated successfully, but these errors were encountered:
In current main branch, we still have a few PYTHONPATH issues.
echo "export PYTHONPATH=..." >> .bashrc
calls.${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.The text was updated successfully, but these errors were encountered: