ikamensh / flynt

A tool to automatically convert old string literal formatting to f-strings
MIT License
683 stars 33 forks source link

flynt: command not found #186

Open BruteForce89 opened 1 year ago

BruteForce89 commented 1 year ago

This is probably just me missing something obvious, as I am not very familiar with CLI commands and don't see anyone else having this problem. I tried following the instructions but am unable to use flynt. I have uploaded a screenshot showing that flynt is installed, but when trying to use it, it says command not found. I am using python version 3.11. flynt_issue

ikamensh commented 1 year ago

One obvious thing would be if pip comes from a different installation than your python command. On Unix, I would trace which file they use with which, not sure about windows.