mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
scripts/ansible: further clarify pip -> pip3
This commit is contained in:
parent
c518f0b32e
commit
647efb42e9
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ echo -e "(1) Verify you're online"
|
|||
echo -e "(2) Remove all prior versions of Ansible using..."
|
||||
echo -e " 'apt purge ansible-core' and/or 'pip3 uninstall ansible-core' and/or"
|
||||
echo -e " 'apt purge ansible-base' and/or 'pip3 uninstall ansible-base' and/or"
|
||||
echo -e " 'apt purge ansible' and/or 'pip uninstall ansible'"
|
||||
echo -e " 'apt purge ansible' and/or 'pip3 uninstall ansible'"
|
||||
echo -e "(3) Remove all lines containing 'ansible' from..."
|
||||
echo -e " /etc/apt/sources.list and /etc/apt/sources.list.d/*\n"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue