asdf-community / asdf-python

Python plugin for the asdf version manager
https://github.com/asdf-vm/asdf
MIT License
643 stars 55 forks source link

cannot install python 3.11.0: `$'prefer_openssl11\r': command not found` #149

Closed scarf005 closed 1 year ago

scarf005 commented 1 year ago

currently using fish shell.

 ✘  ~  LANG=C asdf install python 3.11.0
python-build 3.11.0 /home/scarf/.asdf/installs/python/3.11.0
/home/scarf/.asdf/plugins/python/pyenv/plugins/python-build/bin/../share/python-build/3.11.0: line 1: $'prefer_openssl11\r': command not found

BUILD FAILED (Ubuntu 22.04 using python-build 2.3.5-3-g0726e02e)
scarf005 commented 1 year ago

changing global gitconfig to core.autocrlf = false fixed it.