about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2020-05-14 21:49:26 +0200
committerDominik Maier <domenukk@gmail.com>2020-05-14 21:49:26 +0200
commit00a147b24433396b08eeb23c4dc21c4bc32414ec (patch)
tree897688c39188d7dc474ba72a17a030d8f7408303
parent74eae83b54bf5ad79c35598f8d55019d3287c155 (diff)
downloadafl++-00a147b24433396b08eeb23c4dc21c4bc32414ec.tar.gz
info about py3 setuptools
-rwxr-xr-xunicorn_mode/build_unicorn_support.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/unicorn_mode/build_unicorn_support.sh b/unicorn_mode/build_unicorn_support.sh
index 0833a71f..ac92c368 100755
--- a/unicorn_mode/build_unicorn_support.sh
+++ b/unicorn_mode/build_unicorn_support.sh
@@ -67,7 +67,6 @@ fi
 
 PYTHONBIN=`command -v python3 || command -v python || command -v python2 || echo python3`
 MAKECMD=make
-EASY_INSTALL='easy_install'
 TARCMD=tar
 
 if [ "$PLT" = "Linux" ]; then
@@ -123,7 +122,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'."
+  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 ..."
   PREREQ_NOTFOUND=1
 
 fi