Installing Ansible and Molecule in Arch Linux
Using “pip” is the supported installation method for Ansible and Molecule. Let’s install Python libraries and applications (in this case, Ansible and Molecule) in a Python virtual environment. (This post is similar to the one about Ubuntu.) First, install the required packages, including the Python virtual environment package:
1 |
sudo pacman -S python-pip python-virtualenv |
Create a virtual environment somewhere (in […]