Last active
September 10, 2023 04:10
-
-
Save davidlj95/bf9fc4e587b5b3549a183576b538b64a to your computer and use it in GitHub Desktop.
Install pyenv on cygwin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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