From 7685e41a3ed29f9aca857dea6aad1edcedc5257d Mon Sep 17 00:00:00 2001 From: Renato Monteiro <45536168+monteiro-renato@users.noreply.github.com> Date: Sun, 17 Sep 2023 00:08:58 +0100 Subject: [PATCH] Fix typo in INSTALL (#1202) --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index b9e9556..4a5645c 100644 --- a/INSTALL +++ b/INSTALL @@ -112,7 +112,7 @@ like to contribute an installation script, we would welcome it!) Mininet supports Python 3 and Python 2. By default, `install.sh` will use whatever `python` is on your system. To specify a - specific version of Pythonm, you can set the PYTHON environment + specific version of Python, you can set the PYTHON environment variable: PYTHON=python3 util/install.sh -fnv