From bcbb17394ece8971fb9f511863f74646abf4fd96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robotka=20Adri=C3=A1n?= <robotka@sch.bme.hu> Date: Sat, 27 Mar 2021 18:57:25 +0000 Subject: [PATCH] Update bootstrap.sh --- playbook-template/bootstrap.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playbook-template/bootstrap.sh b/playbook-template/bootstrap.sh index 77fe521..e60faac 100755 --- a/playbook-template/bootstrap.sh +++ b/playbook-template/bootstrap.sh @@ -8,7 +8,8 @@ echo ansible > requirements.python.txt if ! command -v virtualenv &>/dev/null; then echo "This command needs virtualenv to run." echo "Install it like this:" - printf "\tpip3 install --user virtualenv\n" + printf "\tapt install python3-pip\n" + printf "\tOR pip3 install --user virtualenv\n" printf "\texport PATH=\"~/.local/bin:\$PATH\"\n" exit 1 fi -- GitLab