Skip to content

Instantly share code, notes, and snippets.

@davidlj95
Last active September 10, 2023 04:10
Show Gist options
  • Select an option

  • Save davidlj95/bf9fc4e587b5b3549a183576b538b64a to your computer and use it in GitHub Desktop.

Select an option

Save davidlj95/bf9fc4e587b5b3549a183576b538b64a to your computer and use it in GitHub Desktop.
Install pyenv on cygwin
#!/bin/sh
# devel-env are needed to install Python versions
cyg-get.bat bash curl make automake gcc-core gcc-g++ zlib zlib-devel libffi-devel
curl https://pyenv.run | bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment