We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Python 3 installation is the only supported installation. When installing conda --py3 is can be used, but is not needed.
--py3
scripts/establish_conda_env.sh --install --py3
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 python3 instead of python2.
--install