Results 21 comments of Vianney P.

Python template with github actions to publish to PyPi: https://github.com/Mattherix/template-python-package

> This looks interesting to stale the issue "if no response from the user" > @dedale do you want to add or change any steps? sounds great. I think we...

> Are you close to solving the problem? In my case, I need to be able to reproduce the problem to start investigating.

> > > Sorry, that does not work: > > ``` > $ pyenv install 3.8.9 -r > :: [Info] :: Mirror: https://www.python.org/ftp/python > pyenv-install: definition not found: -r >...

What is the result of `which python` in Git Bash?

And what happens if you execute the exe directly? ``` $ /c/Users/julie/.pyenv/pyenv-win/versions/x.y.z/python.exe --version ```

What is your version of git? I have `git version 2.28.0.windows.1` and cannot reproduce.

I hope you are not losing your time. I am upgrading to see if I can reproduce...

@MadJlzz which option did you choose? ![image](https://user-images.githubusercontent.com/626824/130333836-e09c219a-df26-4551-9316-4161273b1b10.png)

🤔 ```shell ded@zenbook MINGW64 ~ $ which python /c/Users/ded/.pyenv/pyenv-win/shims/python ded@zenbook MINGW64 ~ $ python --version Python 3.9.5 ded@zenbook MINGW64 ~ $ git --version git version 2.33.0.windows.1 ded@zenbook MINGW64 ~ $...