X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=docs%2Fgmxapi%2Fuserguide%2Finstall.rst;h=e1994e9c74b343f80ed9c496eafad0eb6a494693;hb=8073360f849809b7ce4fa5b5f14ae16209ca087f;hp=f0ab2210fb9ced25c1be0cb28f42833538b96ce8;hpb=a20b5229871421b24c2a604bdd2603843f8b734f;p=alexxy%2Fgromacs.git diff --git a/docs/gmxapi/userguide/install.rst b/docs/gmxapi/userguide/install.rst index f0ab2210fb..e1994e9c74 100644 --- a/docs/gmxapi/userguide/install.rst +++ b/docs/gmxapi/userguide/install.rst @@ -517,14 +517,14 @@ or Sometimes the build environment can choose a different Python interpreter than the one you intended. -You can set the ``Python3_ROOT`` or ``CMAKE_PREFIX_PATH`` CMake variable to +You can set the ``Python3_ROOT_DIR`` or ``CMAKE_PREFIX_PATH`` CMake variable to explicitly choose the Python installation or *venv* directory. If you use pyenv or pyenv-virtualenv to dynamically manage your Python version, you can help identify a particular version with ``pyenv version-name`` and the directory with ``pyenv prefix {version}``. For example:: - -DPython3_ROOT=$(pyenv prefix $(pyenv version-name)) + -DPython3_ROOT_DIR=$(pyenv prefix $(pyenv version-name)) Docker web server -----------------