Commit b6ca3fd
Changed files (1)
README.md
@@ -15,9 +15,11 @@
```bash
{
sudo apt update
- sudo apt install -y python3-pip git
- python3 -m pip install --user --upgrade pip wheel
- python3 -m pip install --user ansible
+ sudo apt install -y python3-pip python3-venv git
+ python3 -m venv ~/.ansible
+ source ~/.ansible/bin/activate
+ python3 -m pip install --upgrade pip wheel
+ python3 -m pip install ansible
source ~/.profile
mkdir git
cd git