It is disturbing when one sees "command not found" errors in a configure script. That is what happens with 10.4.beta5. After tracing it down I found that they are coming from lines like:
* if "${PYTHON_FOR_VENV}" -c "import sys; sys.exit(sys.version_info.minor < 11)"* *then :* The variable PYTHON_FOR_VENV is set with the command: *if test x$sage_spkg_install_python3 = xnothen : PYTHON_FOR_VENV="$ac_cv_path_PYTHON3"* But I think that if sage_spkg_install_python3 has the value yes then PYTHON_FOR_VENV is not assigned a value, causing the errors when configure is run. I have not determined what the collateral damage of this is. But it seems to me that there should be a default value for PYTHON_FOR_VENV. - Marc -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/10d58dbe-e88b-4e7b-aa6e-87918b477220n%40googlegroups.com.