Skip to content

python2Installation

Joshua J. Cogliati edited this page Apr 16, 2019 · 3 revisions

Python 3 installation is the default. If Python 2 is desired instead, when installing conda --py2 can be used.

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.

After using --install run_tests and raven_framework should use python2 instead of python3.