From 11f3b487eea86c203b9313b8d3c2df0575c65871 Mon Sep 17 00:00:00 2001 From: Dominik Maier Date: Thu, 14 May 2020 21:51:51 +0200 Subject: corrected info about python --- unicorn_mode/build_unicorn_support.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unicorn_mode/build_unicorn_support.sh b/unicorn_mode/build_unicorn_support.sh index 08a2238d..4488f795 100755 --- a/unicorn_mode/build_unicorn_support.sh +++ b/unicorn_mode/build_unicorn_support.sh @@ -120,7 +120,7 @@ for PYTHON in $PYTHONS ; do done if [ "0" = $EASY_INSTALL_FOUND ]; then - echo "[-] Error: Python setup-tools not found. Run `sudo apt-get install python-setuptools`, or install python3-setuptools, or run `python -m ensurepip`, or create a virtualenv, or ..." + echo "[-] Error: Python setup-tools not found. Run `sudo apt-get install python-setuptools`, or install python3-setuptools, or run `$PYTHONBIN -m ensurepip`, or create a virtualenv, or ..." PREREQ_NOTFOUND=1 fi -- cgit v1.2.3