using this entirely changed my $PATH
i used this pypi library and after that, it altered my $PATH variable and now i simply cannot revert im using git bash on windows
I'm not sure of it's even possible. Most probably the reason is in something else.
Can you tell me what you did?
i used fastapi_template command from vs code's git bash, now i got to know that this issue happened only in vs code git bash
i changed some vars on settings.json and it works now but im sure this issue happened only after i used the fastapi_template because that is the last thing i used on git bash and the altered path also has poetry which did not exists before fastapi_template
the issue is solved btw, can close the issue
Seems like you use windows.
Sometimes it can install programs automatically. In fastapi_template we don't install poetry automatically.
https://github.com/s3rius/FastAPI-template/blob/master/fastapi_template%2Ftemplate%2Fhooks%2Fpost_gen_project.py#L64
We just use existing installation. I suspect that windows tried to install poetry itself when you executed a command. Can you try it once again?