A memorandum for myself. Procedure to install Ansible with Cygwin.
You will need libffi-devel
, ʻopenssl-devel,
python-crypto. Here, install with the ʻapt-cyg
command. You can also use setup.exe
.
apt-cyg install libffi-devel openssl-devel python-crypto
You can put python-crypto
with pip
, but it is easier to use the Cygwin package because it is difficult to build.
pip install ansible
that's all.
Recommended Posts