Skip to content

python3Installation

Joshua J. Cogliati edited this page Apr 9, 2019 · 4 revisions

Python 3 installation is the same as Python 2, except that when installing conda --py3 is used.

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.