We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Python 3 installation is the default. If Python 2 is desired instead, when installing conda --py2 can be used.
--py2
scripts/establish_conda_env.sh --install --py2
If not using establish_conda_env.sh the environmental variable PYTHON_COMMAND can be used to specify which python command is used.
establish_conda_env.sh
PYTHON_COMMAND
After using --install run_tests and raven_framework should use python2 instead of python3.
--install