Add explicit python command to configure_options

This commit is contained in:
Edward Litherland-Smith 2022-01-31 15:02:29 +00:00
parent fdc0bde4f2
commit 034a9527b0

View file

@ -10,4 +10,4 @@ To reset `configure` options: `make clean distclean`
| `--enable-python3interp` | Compile with python3, *Don't be in virtual env for this* | | `--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* | | `--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`