-
Notifications
You must be signed in to change notification settings - Fork 133
python3Installation
Joshua J. Cogliati edited this page Jun 29, 2022
·
4 revisions
Python 3 installation is the only supported installation. When installing conda --py3
is can be used, but is not needed.
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.
After using --install
run_tests and raven_framework should use python3 instead of python2.