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 same as Python 2, except that when installing conda --py3 is used.
--py3
scripts/establish_conda_env.sh --install --py3
In order to switch to Python 3 the following environment variables need to be defined:
export CHECK_PYTHON3=1 export CROW_USE_PYTHON3=TRUE
After that run_tests and raven_framework should use python3 instead of python2.