Skip to content

docs: add WSL note about core.autocrlf to prevent CRLF issues #512

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 17, 2025

Conversation

stoneHee99
Copy link
Contributor

Adds a brief note to the installation section for WSL users, recommending the use of:

git config --global core.autocrlf input

This prevents common CRLF-related issues (e.g., /usr/bin/env: ‘bash\r’: No such file or directory) when using pyenv-virtualenv under WSL.

The note appears right before the manual git clone instructions, where it’s most relevant for users following the README directly.

This follows up on the discussion in #509

@stoneHee99 stoneHee99 force-pushed the docs/wsl-note-clean branch from 21daa25 to 1199b29 Compare May 13, 2025 03:19
@native-api native-api merged commit 4b3f5f8 into pyenv:master May 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants