pyenvで3.10.10を指定したあと、poetry initでエラーが出た
>poetry init
'python3' is not recognized as an internal or external command,
operable program or batch file.
どうやらpython3.exeがないために出るエラーの模様
>python3
'python3' is not recognized as an internal or external command,
operable program or batch file.
なので、あっているかわからないが、
pyenv-win/versions/3.10.10 の中にあるpython.exeをコピーして、python3.exeを作成したら動いた。
>python3
Python 3.10.10 (tags/v3.10.10:aad5f6a, Feb 7 2023, 17:20:36) [MSC v.1929 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>