I installed poetry, but the 'poetry --version' command didn't work. I tried to add poetry to the Path variable, but because I previously uninstalled python, the poetry variable now refers to python, (as I understand). Moreover, if ask where the command is located, it shows everything correctly.
That is, the directory itself (โC:\Users\user\AppData\Local\Programs\Python\Python312\python.exeโ is not in the path variable, I checked.)
What should I do to fix it? ๐
