diff --git a/configure_options.md b/configure_options.md index 5e9c5521..e8d770a4 100644 --- a/configure_options.md +++ b/configure_options.md @@ -10,4 +10,4 @@ To reset `configure` options: `make clean distclean` | `--enable-python3interp` | Compile with python3, *Don't be in virtual env for this* | | `--with-python3-command=python3` | Compile with python3, *Don't be in virtual env for this* | -Standard command: `./configure --prefix="$HOME/.local" --with-features=huge --enable-python3interp` +Standard command: `./configure --prefix="$HOME/.local" --with-features=huge --enable-python3interp --with-python3-command=/usr/bin/python3`