mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2026-09-10 07:16:18 -04:00
docs: add WSL note about core.autocrlf to prevent CRLF issues
This commit is contained in:
parent
3057e1549b
commit
1199b29be8
|
|
@ -28,6 +28,12 @@ From inside that directory you can:
|
|||
- Get the latest development release by running `git pull` to download the
|
||||
latest changes.
|
||||
|
||||
💡 **WSL note:** If you're using WSL, we recommend setting Git to use Unix-style line endings to prevent script execution errors:
|
||||
|
||||
```sh
|
||||
git config --global core.autocrlf input
|
||||
```
|
||||
|
||||
1. **Check out pyenv-virtualenv into plugin directory**
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Reference in a new issue