I'm using ubuntu 20.04 on WSL2 on Windows 10.
I've installed python, pip, and pipenv:
> which python
/mnt/c/Users/chris/.pyenv/pyenv-win/shims/python
> python3 -V
Python 3.8.10
> pip list
...
pip 20.0.2
pipenv 2022.1.8
platformdirs 2.4.1
...
> pipenv
/mnt/c/Users/chris/.pyenv/pyenv-win/shims/pipenv: bad interpreter: /bin/sh^M: no such file or directory
What is this /mnt/c/Users/chris/.pyenv/pyenv-win/shims/pipenv: bad interpreter: /bin/sh^M: no such file or directory error?
I thought it might have something to do with pipenv on my Windows 10 so I uninstalled that - but I get the same error.