- Download the script
wget https://gist.githubusercontent.com/ishad0w/d85eb434be256b9fd90979b593e4630c/raw/ansible-with-mitogen-venv-install.sh
- Make it executable
chmod +x ansible-with-mitogen-venv-install.sh
- Run it
./ansible-with-mitogen-venv-install.sh
- Add the
PATH
to your.profile
or.zshrc
/.bashrc
export PATH="$HOME/.venvs/ansible-mitogen/abin:$PATH"
- Enjoy!