From 8daa3c1f2ef5f62af8b9e465bb2cbaaaa4e05708 Mon Sep 17 00:00:00 2001 From: Antonio Caccese <34692225+A-Caccese@users.noreply.github.com> Date: Tue, 11 Feb 2020 19:01:17 +0100 Subject: [PATCH] Update README.md In "Each line that starts with `pip ...` becomes `python -m pip ...`" changed "python -m pip" with "python3.7 -m pip" (paragraph "Alternate method for Ubuntu 18.04 LTS"). The command "python -m pip" calls the wrong version of python. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3e4f4ca38..1face264c5 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ sudo sh install.sh #### Alternate method for Ubuntu 18.04 LTS In `./install.sh`: Change `python3` to `python3.7` -Each line that starts with `pip ...` becomes `python -m pip ...` +Each line that starts with `pip ...` becomes `python3.7 -m pip ...` ```bash sudo apt-get -y update