Skip to content

Instantly share code, notes, and snippets.

@mrlesmithjr
Created March 4, 2020 04:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mrlesmithjr/a6dab9c8e89abe4cb27fd7655ddcdeee to your computer and use it in GitHub Desktop.
Save mrlesmithjr/a6dab9c8e89abe4cb27fd7655ddcdeee to your computer and use it in GitHub Desktop.
setup-x86_64.exe -q --packages=binutils,curl,cygwin32-gcc-g++,gcc-g++,git,gmp,libffi-devel,libgmp-devel,make,nano,openssh,openssl-devel,python36-crypto,python3-paramiko,python3,python36-devel,python36-openssl,python36-pip,python36-setuptools
@mrlesmithjr
Copy link
Author

mrlesmithjr commented Mar 4, 2020

First thing is that if Python3 is installed within Windows natively, this can cause issues.

  1. Remove any existing Cygwin installation
  2. Execute the cygwin_ansible_pre_reqs.bat
  3. Launch Cygwin from desktop
  4. Execute pip3 install ansible

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment