pyenv / pyenv-installer

This tool is used to install `pyenv` and friends.
MIT License
3.96k stars 428 forks source link

getting '/usr/bin/env: ‘bash\r’: No such file or directory' on installation #100

Closed myounus96 closed 4 years ago

myounus96 commented 4 years ago

Getting above error on ubuntu 18.04.

myounus96 commented 4 years ago

Occuring because of windows to linux line ending issue.solved using First run git config --global core.autocrlf false Then all the installation steps Then git config --global core.autocrlf true source stackoverflow