-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Enhance Cygwin support #149879
Copy link
Copy link
Open
7 / 107 of 10 issues completedLabels
Metadata
Metadata
Assignees
Labels
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
No status
Cygwin is a free and open-source Unix-like environment and command-line interface for Microsoft Windows. There is an on-going effort to support Cygwin in Python. I create this meta-issue to track other Cygwin sub-issues.
To install Cygwin on Windows and build CPython in Cygwin, you can use these commands:
gcc-core,make,libffi-devel,libssl-develandzlib-develpackages (I also installedvim, my favorite text editor 😁).git config --global core.autocrlf input-- I had issues with newlines in the./configurescript without that.git clone https://github.com/python/cpython/ --depth=1cd cpython./configure --with-pydebug --cache-file=../configure.cache --without-mimallocmake -j8mimalloc is disabled because it fails at startup on Cygwin with:
Linked PRs