Skip to content
Snippets Groups Projects
Commit 64cb39f6 authored by Robotka István Adrián's avatar Robotka István Adrián
Browse files

Update bootstrap.sh

parent bcbb1739
No related branches found
No related tags found
No related merge requests found
Pipeline #7078 canceled
...@@ -8,7 +8,7 @@ echo ansible > requirements.python.txt ...@@ -8,7 +8,7 @@ echo ansible > requirements.python.txt
if ! command -v virtualenv &>/dev/null; then if ! command -v virtualenv &>/dev/null; then
echo "This command needs virtualenv to run." echo "This command needs virtualenv to run."
echo "Install it like this:" echo "Install it like this:"
printf "\tapt install python3-pip\n" printf "\tapt install python3-virtualenv\n"
printf "\tOR pip3 install --user virtualenv\n" printf "\tOR pip3 install --user virtualenv\n"
printf "\texport PATH=\"~/.local/bin:\$PATH\"\n" printf "\texport PATH=\"~/.local/bin:\$PATH\"\n"
exit 1 exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment